#B8CCE1

Color #B8CCE1 Light Steel Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Light Steel Blue #B8CCE1

Tints of Light Steel Blue #B8CCE1

Color information

#B8CCE1 (or 0xB8CCE1) is unknown color: approx Light Steel Blue. HEX triplet: B8, CC and E1. RGB value is (184,204,225). Sum of RGB (Red+Green+Blue) = 184+204+225=613 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.02% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 225 (88.28% from 255 or 36.70% from 613); Max value from RGB is 225 - color contains mainly: blue. Hex color #B8CCE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCE1 is #47331E. Grayscale: #C8C8C8. Windows color (decimal): -4666143 or 14798008. OLE color: 14798008.

HSL color Cylindrical-coordinate representation of color #B8CCE1: hue angle of 210.73º degrees, saturation: 0.41, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B8CCE1 is Cyan = 0.18, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB184204225-
CMYK0.180.0900.12
HSL210.73º40.59%80.2%-
HSV(B)210.73º18.22%88.24%-
XYZ54.9558.8179.69-
YUV200.41141.87116.29-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 184 (72.27% from 255) = 30.02%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 225 (88.28% from 255) = 36.70%
R=30.02%
G=33.28%
B=36.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1842042250.180.0900.12210.7340.5980.2
HexB8CCE11290Cd32950
Octal270314341221101432351120
Binary10111000110011001110000110010100101100110100111010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CCE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CCE1; }

 p { color: rgb(184,204,225); }

 H1.HeaderClassName
 {
   color: #B8CCE1;
 }
 .AnyTagClassName
 {
   color: #B8CCE1;
 }
</style>
background-color css

<style>
 a { background-color: #B8CCE1; }

 a { background-color: rgb(184,204,225); }

 div.DivClassName
 {
   background-color: #B8CCE1;
 }
 .BgClassName
 {
   background-color: #B8CCE1;
 }
</style>
border-color css

<style>
 span { border-color: #B8CCE1; }

 span { border-color: rgb(184,204,225); }

 td.TdClassName
 {
   border-color: #B8CCE1;
 }
 .TagClassName
 {
   border-color: #B8CCE1;
 }
</style>