Html Css Color HEX #B2CDCD Jungle Mist

📋 copy color: '#B2CDCD'

red 178 ◦ green 205 ◦ blue 205

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

Shades of Jungle Mist #B2CDCD

Tints of Jungle Mist #B2CDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.86%

R = 30.27%
G = 34.86%
B = 34.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B2CDCD (or 0xB2CDCD) is known color: Jungle Mist. HEX triplet: B2, CD and CD. RGB value is (178,205,205). Sum of RGB (Red+Green+Blue) = 178+205+205=588 (77% of max value = 765). Red value is 178 (69.92% from 255 or 30.27% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #B2CDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B2CDCD is #4D3232. Grayscale: #C4C4C4. Windows color (decimal): -5059123 or 13487538. OLE color: 13487538.

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

Color convert

RGB 178 205 205 -
CMYK 0.13 0 0 0.20
HSL 180º 0.21% 0.75% -
HSV(B) 180º 0.13% 0.8% -
XYZ 51.21 57.54 66.16 -
YUV 196.93 132.55 114.5 -
System Red Green Blue C M Y K H S L
Decimal 178 205 205 0.13 0 0 0.20 180 0.21 0.75
Hex B2 CD CD D 0 0 14 B4 15 4B
Octal 262 315 315 15 0 0 24 264 25 113
Binary 10110010 11001101 11001101 1101 0 0 10100 10110100 10101 1001011

Color Harmonies of #B2CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2CDCD

Black with #B2CDCD

Text Example


Text Example

White with #B2CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2CDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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