Html Css Color HEX #B6CDCD Jungle Mist

📋 copy color: '#B6CDCD'

red 182 ◦ green 205 ◦ blue 205

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

Shades of Jungle Mist #B6CDCD

Tints of Jungle Mist #B6CDCD

RGB

 RED value IS 182 (71.48% from 255) = 30.74%

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

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

R = 30.74%
G = 34.63%
B = 34.63%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#B6CDCD (or 0xB6CDCD) is known color: Jungle Mist. HEX triplet: B6, CD and CD. RGB value is (182,205,205). Sum of RGB (Red+Green+Blue) = 182+205+205=592 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.74% from 592); Green value is 205 (80.47% from 255 or 34.63% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #B6CDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CDCD is #493232. Grayscale: #C6C6C6. Windows color (decimal): -4796979 or 13487542. OLE color: 13487542.

HSL color Cylindrical-coordinate representation of color #B6CDCD: hue angle of 180º degrees, saturation: 0.19, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B6CDCD is Cyan = 0.11, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 182 205 205 -
CMYK 0.11 0 0 0.20
HSL 180º 0.19% 0.76% -
HSV(B) 180º 0.11% 0.8% -
XYZ 52.14 58.02 66.21 -
YUV 198.12 131.88 116.5 -
System Red Green Blue C M Y K H S L
Decimal 182 205 205 0.11 0 0 0.20 180 0.19 0.76
Hex B6 CD CD B 0 0 14 B4 13 4C
Octal 266 315 315 13 0 0 24 264 23 114
Binary 10110110 11001101 11001101 1011 0 0 10100 10110100 10011 1001100

Color Harmonies of #B6CDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CDCD

Black with #B6CDCD

Text Example


Text Example

White with #B6CDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CDCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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