#B9CFC5

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

Shades of Jet Stream #B9CFC5

Tints of Jet Stream #B9CFC5

Color information

#B9CFC5 (or 0xB9CFC5) is unknown color: approx Jet Stream. HEX triplet: B9, CF and C5. RGB value is (185,207,197). Sum of RGB (Red+Green+Blue) = 185+207+197=589 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.41% from 589); Green value is 207 (81.25% from 255 or 35.14% from 589); Blue value is 197 (77.34% from 255 or 33.45% from 589); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFC5 is #46303A. Grayscale: #C7C7C7. Windows color (decimal): -4599867 or 12963769. OLE color: 12963769.

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

Color convert

RGB185207197-
CMYK0.1100.050.19
HSL152.73º18.64%76.86%-
HSV(B)152.73º10.63%81.18%-
XYZ52.458.9761.44-
YUV199.28126.71117.81-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.41%
GREEN value IS 207 (81.25% from 255) = 35.14%
BLUE value IS 197 (77.34% from 255) = 33.45%
R=31.41%
G=35.14%
B=33.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852071970.1100.050.19152.7318.6476.86
HexB9CFC5B051399134d
Octal27131730513052323123115
Binary101110011100111111000101101101011001110011001100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFC5; }

 p { color: rgb(185,207,197); }

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

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

 a { background-color: rgb(185,207,197); }

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

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

 span { border-color: rgb(185,207,197); }

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