Html Css Color HEX #B8CCCC Jungle Mist

📋 copy color: '#B8CCCC'

red 184 ◦ green 204 ◦ blue 204

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

Shades of Jungle Mist #B8CCCC

Tints of Jungle Mist #B8CCCC

RGB

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

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

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

R = 31.08%
G = 34.46%
B = 34.46%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#B8CCCC (or 0xB8CCCC) is known color: Jungle Mist. HEX triplet: B8, CC and CC. RGB value is (184,204,204). Sum of RGB (Red+Green+Blue) = 184+204+204=592 (78% of max value = 765). Red value is 184 (72.27% from 255 or 31.08% from 592); Green value is 204 (80.08% from 255 or 34.46% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 204 - color contains mainly: green, blue. Hex color #B8CCCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B8CCCC is #473333. Grayscale: #C6C6C6. Windows color (decimal): -4666164 or 13421752. OLE color: 13421752.

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

Color convert

RGB 184 204 204 -
CMYK 0.10 0 0 0.2
HSL 180º 0.16% 0.76% -
HSV(B) 180º 0.1% 0.8% -
XYZ 52.26 57.74 65.52 -
YUV 198.02 131.37 118 -
System Red Green Blue C M Y K H S L
Decimal 184 204 204 0.10 0 0 0.2 180 0.16 0.76
Hex B8 CC CC A 0 0 14 B4 10 4C
Octal 270 314 314 12 0 0 24 264 20 114
Binary 10111000 11001100 11001100 1010 0 0 10100 10110100 10000 1001100

Color Harmonies of #B8CCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8CCCC

Black with #B8CCCC

Text Example


Text Example

White with #B8CCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8CCCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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