#B9CED3

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

Shades of Light Blue #B9CED3

Tints of Light Blue #B9CED3

Color information

#B9CED3 (or 0xB9CED3) is unknown color: approx Light Blue. HEX triplet: B9, CE and D3. RGB value is (185,206,211). Sum of RGB (Red+Green+Blue) = 185+206+211=602 (79% of max value = 765). Red value is 185 (72.66% from 255 or 30.73% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 211 (82.81% from 255 or 35.05% from 602); Max value from RGB is 211 - color contains mainly: blue. Hex color #B9CED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CED3 is #46312C. Grayscale: #C8C8C8. Windows color (decimal): -4600109 or 13881017. OLE color: 13881017.

HSL color Cylindrical-coordinate representation of color #B9CED3: hue angle of 191.54º degrees, saturation: 0.23, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #B9CED3 is Cyan = 0.12, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB185206211-
CMYK0.120.0200.17
HSL191.54º22.81%77.65%-
HSV(B)191.54º12.32%82.75%-
XYZ53.8459.1670.21-
YUV200.29134.04117.09-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 30.73%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 211 (82.81% from 255) = 35.05%
R=30.73%
G=34.22%
B=35.05%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1852062110.120.0200.17191.5422.8177.65
HexB9CED3C2011c0174e
Octal27131632314202130027116
Binary10111001110011101101001111001001000111000000101111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CED3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CED3; }

 p { color: rgb(185,206,211); }

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

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

 a { background-color: rgb(185,206,211); }

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

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

 span { border-color: rgb(185,206,211); }

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