#B9CCC7

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

Shades of Jet Stream #B9CCC7

Tints of Jet Stream #B9CCC7

Color information

#B9CCC7 (or 0xB9CCC7) is unknown color: approx Jet Stream. HEX triplet: B9, CC and C7. RGB value is (185,204,199). Sum of RGB (Red+Green+Blue) = 185+204+199=588 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.46% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 199 (78.12% from 255 or 33.84% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCC7 is #463338. Grayscale: #C5C5C5. Windows color (decimal): -4600633 or 13094073. OLE color: 13094073.

HSL color Cylindrical-coordinate representation of color #B9CCC7: hue angle of 164.21º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CCC7 is Cyan = 0.09, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB185204199-
CMYK0.0900.020.2
HSL164.21º15.7%76.27%-
HSV(B)164.21º9.31%80%-
XYZ51.9157.6262.42-
YUV197.75128.71118.91-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.46%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 199 (78.12% from 255) = 33.84%
R=31.46%
G=34.69%
B=33.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041990.0900.020.2164.2115.776.27
HexB9CCC790214a4104c
Octal27131430711022424420114
Binary10111001110011001100011110010101010010100100100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCC7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCC7; }

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

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

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

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

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

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

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

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