Html Css Color HEX #B9CCC4 Jet Stream

📋 copy color: '#B9CCC4'

red 185 ◦ green 204 ◦ blue 196

#B9CCC4
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jet Stream #B9CCC4

Tints of Jet Stream #B9CCC4

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.5%

R = 31.62%
G = 34.87%
B = 33.5%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.04

 K value IS 0.2

RGB Variations

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

Color information

#B9CCC4 (or 0xB9CCC4) is known color: 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

RGB 185 204 196 -
CMYK 0.09 0 0.04 0.2
HSL 154.74º 0.16% 0.76% -
HSV(B) 154.74º 0.09% 0.8% -
XYZ 51.56 57.49 60.6 -
YUV 197.41 127.21 119.15 -
System Red Green Blue C M Y K H S L
Decimal 185 204 196 0.09 0 0.04 0.2 154.74 0.16 0.76
Hex B9 CC C4 9 0 4 14 9B 10 4C
Octal 271 314 304 11 0 4 24 233 20 114
Binary 10111001 11001100 11000100 1001 0 100 10100 10011011 10000 1001100

Color Harmonies of #B9CCC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCC4

Black with #B9CCC4

Text Example


Text Example

White with #B9CCC4

Text Example


Text Example

HTML Codes & Css Web 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>