#B8C4DF

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

Shades of Light Steel Blue #B8C4DF

Tints of Light Steel Blue #B8C4DF

Color information

#B8C4DF (or 0xB8C4DF) is unknown color: approx Light Steel Blue. HEX triplet: B8, C4 and DF. RGB value is (184,196,223). Sum of RGB (Red+Green+Blue) = 184+196+223=603 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.51% from 603); Green value is 196 (76.95% from 255 or 32.50% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 223 - color contains mainly: blue. Hex color #B8C4DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8C4DF is #473B20. Grayscale: #C3C3C3. Windows color (decimal): -4668193 or 14664888. OLE color: 14664888.

HSL color Cylindrical-coordinate representation of color #B8C4DF: hue angle of 221.54º degrees, saturation: 0.38, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #B8C4DF is Cyan = 0.17, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB184196223-
CMYK0.170.1200.13
HSL221.54º37.86%79.8%-
HSV(B)221.54º17.49%87.45%-
XYZ52.835577.64-
YUV195.49143.52119.8-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 30.51%
GREEN value IS 196 (76.95% from 255) = 32.50%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=30.51%
G=32.50%
B=36.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1841962230.170.1200.13221.5437.8679.8
HexB8C4DF11C0Dde2650
Octal270304337211401533646120
Binary10111000110001001101111110001110001101110111101001101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8C4DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8C4DF; }

 p { color: rgb(184,196,223); }

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

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

 a { background-color: rgb(184,196,223); }

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

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

 span { border-color: rgb(184,196,223); }

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