Html Css Color HEX #B8D9CC Jet Stream

📋 copy color: '#B8D9CC'

red 184 ◦ green 217 ◦ blue 204

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

Shades of Jet Stream #B8D9CC

Tints of Jet Stream #B8D9CC

RGB

 RED value IS 184 (72.27% from 255) = 30.41%

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

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

R = 30.41%
G = 35.87%
B = 33.72%

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

#B8D9CC (or 0xB8D9CC) is known color: Jet Stream. HEX triplet: B8, D9 and CC. RGB value is (184,217,204). Sum of RGB (Red+Green+Blue) = 184+217+204=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 217 (85.16% from 255 or 35.87% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 217 - color contains mainly: green. Hex color #B8D9CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D9CC is #472633. Grayscale: #CDCDCD. Windows color (decimal): -4662836 or 13425080. OLE color: 13425080.

HSL color Cylindrical-coordinate representation of color #B8D9CC: hue angle of 156.36º 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 #B8D9CC is Cyan = 0.15, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 217 204 -
CMYK 0.15 0 0.06 0.15
HSL 156.36º 0.3% 0.79% -
HSV(B) 156.36º 0.15% 0.85% -
XYZ 55.48 64.18 66.59 -
YUV 205.65 127.07 112.56 -
System Red Green Blue C M Y K H S L
Decimal 184 217 204 0.15 0 0.06 0.15 156.36 0.3 0.79
Hex B8 D9 CC F 0 6 F 9C 1E 4F
Octal 270 331 314 17 0 6 17 234 36 117
Binary 10111000 11011001 11001100 1111 0 110 1111 10011100 11110 1001111

Color Harmonies of #B8D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D9CC

Black with #B8D9CC

Text Example


Text Example

White with #B8D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D9CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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