Html Css Color HEX #B8D8CC Jet Stream

📋 copy color: '#B8D8CC'

red 184 ◦ green 216 ◦ blue 204

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

Shades of Jet Stream #B8D8CC

Tints of Jet Stream #B8D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 35.76%

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

R = 30.46%
G = 35.76%
B = 33.77%

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

#B8D8CC (or 0xB8D8CC) is known color: Jet Stream. HEX triplet: B8, D8 and CC. RGB value is (184,216,204). Sum of RGB (Red+Green+Blue) = 184+216+204=604 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.46% from 604); Green value is 216 (84.77% from 255 or 35.76% from 604); Blue value is 204 (80.08% from 255 or 33.77% from 604); Max value from RGB is 216 - color contains mainly: green. Hex color #B8D8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D8CC is #472733. Grayscale: #CDCDCD. Windows color (decimal): -4663092 or 13424824. OLE color: 13424824.

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

Color convert

RGB 184 216 204 -
CMYK 0.15 0 0.06 0.15
HSL 157.5º 0.29% 0.78% -
HSV(B) 157.5º 0.15% 0.85% -
XYZ 55.22 63.66 66.5 -
YUV 205.06 127.4 112.98 -
System Red Green Blue C M Y K H S L
Decimal 184 216 204 0.15 0 0.06 0.15 157.5 0.29 0.78
Hex B8 D8 CC F 0 6 F 9E 1D 4E
Octal 270 330 314 17 0 6 17 236 35 116
Binary 10111000 11011000 11001100 1111 0 110 1111 10011110 11101 1001110

Color Harmonies of #B8D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D8CC

Black with #B8D8CC

Text Example


Text Example

White with #B8D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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