Html Css Color HEX #B8CCC8 Jet Stream

📋 copy color: '#B8CCC8'

red 184 ◦ green 204 ◦ blue 200

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

Shades of Jet Stream #B8CCC8

Tints of Jet Stream #B8CCC8

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.69%

 BLUE value IS 200 (78.52% from 255) = 34.01%

R = 31.29%
G = 34.69%
B = 34.01%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.02

 K value IS 0.2

RGB Variations

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

Color information

#B8CCC8 (or 0xB8CCC8) is known color: Jet Stream. HEX triplet: B8, CC and C8. RGB value is (184,204,200). Sum of RGB (Red+Green+Blue) = 184+204+200=588 (77% of max value = 765). Red value is 184 (72.27% from 255 or 31.29% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 200 (78.52% from 255 or 34.01% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #B8CCC8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCC8 is #473337. Grayscale: #C5C5C5. Windows color (decimal): -4666168 or 13159608. OLE color: 13159608.

HSL color Cylindrical-coordinate representation of color #B8CCC8: hue angle of 168º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B8CCC8 is Cyan = 0.10, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.2.

Color convert

RGB 184 204 200 -
CMYK 0.10 0 0.02 0.2
HSL 168º 0.16% 0.76% -
HSV(B) 168º 0.1% 0.8% -
XYZ 51.79 57.55 63.02 -
YUV 197.56 129.37 118.33 -
System Red Green Blue C M Y K H S L
Decimal 184 204 200 0.10 0 0.02 0.2 168 0.16 0.76
Hex B8 CC C8 A 0 2 14 A8 10 4C
Octal 270 314 310 12 0 2 24 250 20 114
Binary 10111000 11001100 11001000 1010 0 10 10100 10101000 10000 1001100

Color Harmonies of #B8CCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CCC8

Black with #B8CCC8

Text Example


Text Example

White with #B8CCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CCC8; }

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

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

background-color css

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

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

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

border-color css

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

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

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