#B9CFC7

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

Shades of Jet Stream #B9CFC7

Tints of Jet Stream #B9CFC7

Color information

#B9CFC7 (or 0xB9CFC7) is unknown color: approx Jet Stream. HEX triplet: B9, CF and C7. RGB value is (185,207,199). Sum of RGB (Red+Green+Blue) = 185+207+199=591 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.30% from 591); Green value is 207 (81.25% from 255 or 35.03% from 591); Blue value is 199 (78.12% from 255 or 33.67% from 591); Max value from RGB is 207 - color contains mainly: green. Hex color #B9CFC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CFC7 is #463038. Grayscale: #C7C7C7. Windows color (decimal): -4599865 or 13094841. OLE color: 13094841.

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

Color convert

RGB185207199-
CMYK0.1100.040.19
HSL158.18º18.64%76.86%-
HSV(B)158.18º10.63%81.18%-
XYZ52.6359.0662.66-
YUV199.51127.71117.65-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.30%
GREEN value IS 207 (81.25% from 255) = 35.03%
BLUE value IS 199 (78.12% from 255) = 33.67%
R=31.30%
G=35.03%
B=33.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1852071990.1100.040.19158.1818.6476.86
HexB9CFC7B04139e134d
Octal27131730713042323623115
Binary101110011100111111000111101101001001110011110100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CFC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CFC7; }

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

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

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

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

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

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

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

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