Html Css Color HEX #B2CDCC Jungle Mist

📋 copy color: '#B2CDCC'

red 178 ◦ green 205 ◦ blue 204

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

Shades of Jungle Mist #B2CDCC

Tints of Jungle Mist #B2CDCC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 34.92%

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

R = 30.32%
G = 34.92%
B = 34.75%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#B2CDCC (or 0xB2CDCC) is known color: Jungle Mist. HEX triplet: B2, CD and CC. RGB value is (178,205,204). Sum of RGB (Red+Green+Blue) = 178+205+204=587 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.32% from 587); Green value is 205 (80.47% from 255 or 34.92% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 205 - color contains mainly: green. Hex color #B2CDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDCC is #4D3233. Grayscale: #C4C4C4. Windows color (decimal): -5059124 or 13422002. OLE color: 13422002.

HSL color Cylindrical-coordinate representation of color #B2CDCC: hue angle of 177.78º degrees, saturation: 0.21, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B2CDCC is Cyan = 0.13, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 178 205 204 -
CMYK 0.13 0 0.00 0.20
HSL 177.78º 0.21% 0.75% -
HSV(B) 177.78º 0.13% 0.8% -
XYZ 51.09 57.49 65.53 -
YUV 196.81 132.05 114.58 -
System Red Green Blue C M Y K H S L
Decimal 178 205 204 0.13 0 0.00 0.20 177.78 0.21 0.75
Hex B2 CD CC D 0 0 14 B2 15 4B
Octal 262 315 314 15 0 0 24 262 25 113
Binary 10110010 11001101 11001100 1101 0 0 10100 10110010 10101 1001011

Color Harmonies of #B2CDCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDCC

Black with #B2CDCC

Text Example


Text Example

White with #B2CDCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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