#B8CAE2

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

Shades of Light Steel Blue #B8CAE2

Tints of Light Steel Blue #B8CAE2

Color information

#B8CAE2 (or 0xB8CAE2) is unknown color: approx Light Steel Blue. HEX triplet: B8, CA and E2. RGB value is (184,202,226). Sum of RGB (Red+Green+Blue) = 184+202+226=612 (81% of max value = 765). Red value is 184 (72.27% from 255 or 30.07% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 226 (88.67% from 255 or 36.93% from 612); Max value from RGB is 226 - color contains mainly: blue. Hex color #B8CAE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CAE2 is #47351D. Grayscale: #C7C7C7. Windows color (decimal): -4666654 or 14863032. OLE color: 14863032.

HSL color Cylindrical-coordinate representation of color #B8CAE2: hue angle of 214.29º degrees, saturation: 0.42, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B8CAE2 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB184202226-
CMYK0.190.1100.11
HSL214.29º42%80.39%-
HSV(B)214.29º18.58%88.63%-
XYZ54.6257.9280.25-
YUV199.35143.04117.05-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.07%
GREEN value IS 202 (79.30% from 255) = 33.01%
BLUE value IS 226 (88.67% from 255) = 36.93%
R=30.07%
G=33.01%
B=36.93%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1842022260.190.1100.11214.294280.39
HexB8CAE213B0Bd62a50
Octal270312342231301332652120
Binary10111000110010101110001010011101101011110101101010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8CAE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8CAE2; }

 p { color: rgb(184,202,226); }

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

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

 a { background-color: rgb(184,202,226); }

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

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

 span { border-color: rgb(184,202,226); }

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