#B9CBE3

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

Shades of Light Steel Blue #B9CBE3

Tints of Light Steel Blue #B9CBE3

Color information

#B9CBE3 (or 0xB9CBE3) is unknown color: approx Light Steel Blue. HEX triplet: B9, CB and E3. RGB value is (185,203,227). Sum of RGB (Red+Green+Blue) = 185+203+227=615 (81% of max value = 765). Red value is 185 (72.66% from 255 or 30.08% from 615); Green value is 203 (79.69% from 255 or 33.01% from 615); Blue value is 227 (89.06% from 255 or 36.91% from 615); Max value from RGB is 227 - color contains mainly: blue. Hex color #B9CBE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CBE3 is #46341C. Grayscale: #C8C8C8. Windows color (decimal): -4600861 or 14928825. OLE color: 14928825.

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

Color convert

RGB185203227-
CMYK0.190.1100.11
HSL214.29º42.86%80.78%-
HSV(B)214.29º18.5%89.02%-
XYZ55.2358.5781.07-
YUV200.35143.04117.05-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.08%
GREEN value IS 203 (79.69% from 255) = 33.01%
BLUE value IS 227 (89.06% from 255) = 36.91%
R=30.08%
G=33.01%
B=36.91%

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
Decimal1852032270.190.1100.11214.2942.8680.78
HexB9CBE313B0Bd62b51
Octal271313343231301332653121
Binary10111001110010111110001110011101101011110101101010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CBE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CBE3; }

 p { color: rgb(185,203,227); }

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

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

 a { background-color: rgb(185,203,227); }

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

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

 span { border-color: rgb(185,203,227); }

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