Html Css Color HEX #B9CCC7 Jet Stream

📋 copy color: '#B9CCC7'

red 185 ◦ green 204 ◦ blue 199

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

Shades of Jet Stream #B9CCC7

Tints of Jet Stream #B9CCC7

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.13% from 255) = 33.84%

R = 31.46%
G = 34.69%
B = 33.84%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

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

RGB 185 204 199 -
CMYK 0.09 0 0.02 0.2
HSL 164.21º 0.16% 0.76% -
HSV(B) 164.21º 0.09% 0.8% -
XYZ 51.91 57.62 62.42 -
YUV 197.75 128.71 118.91 -
System Red Green Blue C M Y K H S L
Decimal 185 204 199 0.09 0 0.02 0.2 164.21 0.16 0.76
Hex B9 CC C7 9 0 2 14 A4 10 4C
Octal 271 314 307 11 0 2 24 244 20 114
Binary 10111001 11001100 11000111 1001 0 10 10100 10100100 10000 1001100

Color Harmonies of #B9CCC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCC7

Black with #B9CCC7

Text Example


Text Example

White with #B9CCC7

Text Example


Text Example

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