#B9CCC4

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

Shades of Jet Stream #B9CCC4

Tints of Jet Stream #B9CCC4

Color information

#B9CCC4 (or 0xB9CCC4) is unknown color: approx Jet Stream. HEX triplet: B9, CC and C4. RGB value is (185,204,196). Sum of RGB (Red+Green+Blue) = 185+204+196=585 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.62% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 196 (76.95% from 255 or 33.50% from 585); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCC4 is #46333B. Grayscale: #C5C5C5. Windows color (decimal): -4600636 or 12897465. OLE color: 12897465.

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

Color convert

RGB185204196-
CMYK0.0900.040.2
HSL154.74º15.7%76.27%-
HSV(B)154.74º9.31%80%-
XYZ51.5657.4960.6-
YUV197.41127.21119.15-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 31.62%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 196 (76.95% from 255) = 33.50%
R=31.62%
G=34.87%
B=33.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1852041960.0900.040.2154.7415.776.27
HexB9CCC4904149b104c
Octal27131430411042423320114
Binary101110011100110011000100100101001010010011011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9CCC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9CCC4; }

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

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

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

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

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

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

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

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