Html Css Color HEX #B9CCC6 Jet Stream

📋 copy color: '#B9CCC6'

red 185 ◦ green 204 ◦ blue 198

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

Shades of Jet Stream #B9CCC6

Tints of Jet Stream #B9CCC6

RGB

 RED value IS 185 (72.66% from 255) = 31.52%

 GREEN value IS 204 (80.08% from 255) = 34.75%

 BLUE value IS 198 (77.73% from 255) = 33.73%

R = 31.52%
G = 34.75%
B = 33.73%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.03

 K value IS 0.2

RGB Variations

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

Color information

#B9CCC6 (or 0xB9CCC6) is known color: Jet Stream. HEX triplet: B9, CC and C6. RGB value is (185,204,198). Sum of RGB (Red+Green+Blue) = 185+204+198=587 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.52% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 198 (77.73% from 255 or 33.73% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCC6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCC6 is #463339. Grayscale: #C5C5C5. Windows color (decimal): -4600634 or 13028537. OLE color: 13028537.

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

Color convert

RGB 185 204 198 -
CMYK 0.09 0 0.03 0.2
HSL 161.05º 0.16% 0.76% -
HSV(B) 161.05º 0.09% 0.8% -
XYZ 51.79 57.58 61.81 -
YUV 197.64 128.21 118.99 -
System Red Green Blue C M Y K H S L
Decimal 185 204 198 0.09 0 0.03 0.2 161.05 0.16 0.76
Hex B9 CC C6 9 0 3 14 A1 10 4C
Octal 271 314 306 11 0 3 24 241 20 114
Binary 10111001 11001100 11000110 1001 0 11 10100 10100001 10000 1001100

Color Harmonies of #B9CCC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9CCC6

Black with #B9CCC6

Text Example


Text Example

White with #B9CCC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9CCC6; }

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

 H1.HeaderClassName
 {
   color: #B9CCC6;
 }
 .AnyTagClassName
 {
   color: #B9CCC6;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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