#B9CDC8

Color #B9CDC8 Jet Stream (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jet Stream #B9CDC8

Tints of Jet Stream #B9CDC8

Color information

#B9CDC8 (or 0xB9CDC8) is unknown color: approx Jet Stream. HEX triplet: B9, CD and C8. RGB value is (185,205,200). Sum of RGB (Red+Green+Blue) = 185+205+200=590 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.36% from 590); Green value is 205 (80.47% from 255 or 34.75% from 590); Blue value is 200 (78.52% from 255 or 33.90% from 590); Max value from RGB is 205 - color contains mainly: green. Hex color #B9CDC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CDC8 is #463237. Grayscale: #C6C6C6. Windows color (decimal): -4600376 or 13159865. OLE color: 13159865.

HSL color Cylindrical-coordinate representation of color #B9CDC8: hue angle of 165º degrees, saturation: 0.17, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B9CDC8 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.20.

Color convert

RGB185205200-
CMYK0.1000.020.20
HSL165º16.67%76.47%-
HSV(B)165º9.76%80.39%-
XYZ52.2658.1563.11-
YUV198.45128.87118.41-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.36%
GREEN value IS 205 (80.47% from 255) = 34.75%
BLUE value IS 200 (78.52% from 255) = 33.90%
R=31.36%
G=34.75%
B=33.90%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1852052000.1000.020.2016516.6776.47
HexB9CDC8A0214a5114c
Octal27131531012022424521114
Binary10111001110011011100100010100101010010100101100011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CDC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CDC8; }

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

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

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

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

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

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

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

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