Html Css Color HEX #B8D6CC Jet Stream

📋 copy color: '#B8D6CC'

red 184 ◦ green 214 ◦ blue 204

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

Shades of Jet Stream #B8D6CC

Tints of Jet Stream #B8D6CC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.55%

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

R = 30.56%
G = 35.55%
B = 33.89%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#B8D6CC (or 0xB8D6CC) is known color: Jet Stream. HEX triplet: B8, D6 and CC. RGB value is (184,214,204). Sum of RGB (Red+Green+Blue) = 184+214+204=602 (79% of max value = 765). Red value is 184 (72.27% from 255 or 30.56% from 602); Green value is 214 (83.98% from 255 or 35.55% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 214 - color contains mainly: green. Hex color #B8D6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8D6CC is #472933. Grayscale: #CBCBCB. Windows color (decimal): -4663604 or 13424312. OLE color: 13424312.

HSL color Cylindrical-coordinate representation of color #B8D6CC: hue angle of 160º degrees, saturation: 0.27, 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 #B8D6CC is Cyan = 0.14, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 184 214 204 -
CMYK 0.14 0 0.05 0.16
HSL 160º 0.27% 0.78% -
HSV(B) 160º 0.14% 0.84% -
XYZ 54.71 62.64 66.33 -
YUV 203.89 128.06 113.81 -
System Red Green Blue C M Y K H S L
Decimal 184 214 204 0.14 0 0.05 0.16 160 0.27 0.78
Hex B8 D6 CC E 0 5 10 A0 1B 4E
Octal 270 326 314 16 0 5 20 240 33 116
Binary 10111000 11010110 11001100 1110 0 101 10000 10100000 11011 1001110

Color Harmonies of #B8D6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8D6CC

Black with #B8D6CC

Text Example


Text Example

White with #B8D6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8D6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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