Html Css Color HEX #B6CECE Jungle Mist

📋 copy color: '#B6CECE'

red 182 ◦ green 206 ◦ blue 206

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

Shades of Jungle Mist #B6CECE

Tints of Jungle Mist #B6CECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.68%

R = 30.64%
G = 34.68%
B = 34.68%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#B6CECE (or 0xB6CECE) is known color: Jungle Mist. HEX triplet: B6, CE and CE. RGB value is (182,206,206). Sum of RGB (Red+Green+Blue) = 182+206+206=594 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.64% from 594); Green value is 206 (80.86% from 255 or 34.68% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #B6CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CECE is #493131. Grayscale: #C6C6C6. Windows color (decimal): -4796722 or 13553334. OLE color: 13553334.

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

Color convert

RGB 182 206 206 -
CMYK 0.12 0 0 0.19
HSL 180º 0.2% 0.76% -
HSV(B) 180º 0.12% 0.81% -
XYZ 52.5 58.54 66.93 -
YUV 198.82 132.05 116 -
System Red Green Blue C M Y K H S L
Decimal 182 206 206 0.12 0 0 0.19 180 0.2 0.76
Hex B6 CE CE C 0 0 13 B4 14 4C
Octal 266 316 316 14 0 0 23 264 24 114
Binary 10110110 11001110 11001110 1100 0 0 10011 10110100 10100 1001100

Color Harmonies of #B6CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6CECE

Black with #B6CECE

Text Example


Text Example

White with #B6CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6CECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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