Html Css Color HEX #B8D5CC Jet Stream

📋 copy color: '#B8D5CC'

red 184 ◦ green 213 ◦ blue 204

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

Shades of Jet Stream #B8D5CC

Tints of Jet Stream #B8D5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.44%

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

R = 30.62%
G = 35.44%
B = 33.94%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#B8D5CC (or 0xB8D5CC) is known color: Jet Stream. HEX triplet: B8, D5 and CC. RGB value is (184,213,204). Sum of RGB (Red+Green+Blue) = 184+213+204=601 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.62% from 601); Green value is 213 (83.59% from 255 or 35.44% from 601); Blue value is 204 (80.08% from 255 or 33.94% from 601); Max value from RGB is 213 - color contains mainly: green. Hex color #B8D5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D5CC is #472A33. Grayscale: #CBCBCB. Windows color (decimal): -4663860 or 13424056. OLE color: 13424056.

HSL color Cylindrical-coordinate representation of color #B8D5CC: hue angle of 161.38º degrees, saturation: 0.26, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B8D5CC is Cyan = 0.14, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 213 204 -
CMYK 0.14 0 0.04 0.16
HSL 161.38º 0.26% 0.78% -
HSV(B) 161.38º 0.14% 0.84% -
XYZ 54.46 62.14 66.25 -
YUV 203.3 128.39 114.23 -
System Red Green Blue C M Y K H S L
Decimal 184 213 204 0.14 0 0.04 0.16 161.38 0.26 0.78
Hex B8 D5 CC E 0 4 10 A1 1A 4E
Octal 270 325 314 16 0 4 20 241 32 116
Binary 10111000 11010101 11001100 1110 0 100 10000 10100001 11010 1001110

Color Harmonies of #B8D5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D5CC

Black with #B8D5CC

Text Example


Text Example

White with #B8D5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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