Html Css Color HEX #B9D9CC Jet Stream

📋 copy color: '#B9D9CC'

red 185 ◦ green 217 ◦ blue 204

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

Shades of Jet Stream #B9D9CC

Tints of Jet Stream #B9D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 35.81%

 BLUE value IS 204 (80.08% from 255) = 33.66%

R = 30.53%
G = 35.81%
B = 33.66%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#B9D9CC (or 0xB9D9CC) is known color: Jet Stream. HEX triplet: B9, D9 and CC. RGB value is (185,217,204). Sum of RGB (Red+Green+Blue) = 185+217+204=606 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.53% from 606); Green value is 217 (85.16% from 255 or 35.81% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 217 - color contains mainly: green. Hex color #B9D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9D9CC is #462633. Grayscale: #CDCDCD. Windows color (decimal): -4597300 or 13425081. OLE color: 13425081.

HSL color Cylindrical-coordinate representation of color #B9D9CC: hue angle of 155.62º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B9D9CC is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 185 217 204 -
CMYK 0.15 0 0.06 0.15
HSL 155.63º 0.3% 0.79% -
HSV(B) 155.63º 0.15% 0.85% -
XYZ 55.72 64.3 66.6 -
YUV 205.95 126.9 113.06 -
System Red Green Blue C M Y K H S L
Decimal 185 217 204 0.15 0 0.06 0.15 155.63 0.3 0.79
Hex B9 D9 CC F 0 6 F 9C 1E 4F
Octal 271 331 314 17 0 6 17 234 36 117
Binary 10111001 11011001 11001100 1111 0 110 1111 10011100 11110 1001111

Color Harmonies of #B9D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D9CC

Black with #B9D9CC

Text Example


Text Example

White with #B9D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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