#B9CDE3

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

Shades of Light Steel Blue #B9CDE3

Tints of Light Steel Blue #B9CDE3

Color information

#B9CDE3 (or 0xB9CDE3) is unknown color: approx Light Steel Blue. HEX triplet: B9, CD and E3. RGB value is (185,205,227). Sum of RGB (Red+Green+Blue) = 185+205+227=617 (81% of max value = 765). Red value is 185 (72.66% from 255 or 29.98% from 617); Green value is 205 (80.47% from 255 or 33.23% from 617); Blue value is 227 (89.06% from 255 or 36.79% from 617); Max value from RGB is 227 - color contains mainly: blue. Hex color #B9CDE3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDE3 is #46321C. Grayscale: #C9C9C9. Windows color (decimal): -4600349 or 14929337. OLE color: 14929337.

HSL color Cylindrical-coordinate representation of color #B9CDE3: hue angle of 211.43º 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 #B9CDE3 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB185205227-
CMYK0.190.1000.11
HSL211.43º42.86%80.78%-
HSV(B)211.43º18.5%89.02%-
XYZ55.759.5281.23-
YUV201.53142.37116.21-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 29.98%
GREEN value IS 205 (80.47% from 255) = 33.23%
BLUE value IS 227 (89.06% from 255) = 36.79%
R=29.98%
G=33.23%
B=36.79%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1852052270.190.1000.11211.4342.8680.78
HexB9CDE313A0Bd32b51
Octal271315343231201332353121
Binary10111001110011011110001110011101001011110100111010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDE3; }

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

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

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

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

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

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

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

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