Html Css Color HEX #B2CECC Jungle Mist

📋 copy color: '#B2CECC'

red 178 ◦ green 206 ◦ blue 204

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

Shades of Jungle Mist #B2CECC

Tints of Jungle Mist #B2CECC

RGB

 RED value IS 178 (69.92% from 255) = 30.27%

 GREEN value IS 206 (80.86% from 255) = 35.03%

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

R = 30.27%
G = 35.03%
B = 34.69%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#B2CECC (or 0xB2CECC) is known color: Jungle Mist. HEX triplet: B2, CE and CC. RGB value is (178,206,204). Sum of RGB (Red+Green+Blue) = 178+206+204=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 206 (80.86% from 255 or 35.03% from 588); Blue value is 204 (80.08% from 255 or 34.69% from 588); Max value from RGB is 206 - color contains mainly: green. Hex color #B2CECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CECC is #4D3133. Grayscale: #C5C5C5. Windows color (decimal): -5058868 or 13422258. OLE color: 13422258.

HSL color Cylindrical-coordinate representation of color #B2CECC: hue angle of 175.71º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2CECC is Cyan = 0.14, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 178 206 204 -
CMYK 0.14 0 0.01 0.19
HSL 175.71º 0.22% 0.75% -
HSV(B) 175.71º 0.14% 0.81% -
XYZ 51.33 57.97 65.61 -
YUV 197.4 131.72 114.16 -
System Red Green Blue C M Y K H S L
Decimal 178 206 204 0.14 0 0.01 0.19 175.71 0.22 0.75
Hex B2 CE CC E 0 1 13 B0 16 4B
Octal 262 316 314 16 0 1 23 260 26 113
Binary 10110010 11001110 11001100 1110 0 1 10011 10110000 10110 1001011

Color Harmonies of #B2CECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CECC

Black with #B2CECC

Text Example


Text Example

White with #B2CECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CECC; }

 p { color: rgb(178,206,204); }

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

background-color css

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

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

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

border-color css

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

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

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