Html Css Color HEX #B5CECE Jungle Mist

📋 copy color: '#B5CECE'

red 181 ◦ green 206 ◦ blue 206

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

Shades of Jungle Mist #B5CECE

Tints of Jungle Mist #B5CECE

RGB

 RED value IS 181 (71.09% from 255) = 30.52%

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

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

R = 30.52%
G = 34.74%
B = 34.74%

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

#B5CECE (or 0xB5CECE) is known color: Jungle Mist. HEX triplet: B5, CE and CE. RGB value is (181,206,206). Sum of RGB (Red+Green+Blue) = 181+206+206=593 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.52% from 593); Green value is 206 (80.86% from 255 or 34.74% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #B5CECE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CECE is #4A3131. Grayscale: #C6C6C6. Windows color (decimal): -4862258 or 13553333. OLE color: 13553333.

HSL color Cylindrical-coordinate representation of color #B5CECE: 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 #B5CECE is Cyan = 0.12, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 181 206 206 -
CMYK 0.12 0 0 0.19
HSL 180º 0.2% 0.76% -
HSV(B) 180º 0.12% 0.81% -
XYZ 52.27 58.42 66.91 -
YUV 198.53 132.22 115.5 -
System Red Green Blue C M Y K H S L
Decimal 181 206 206 0.12 0 0 0.19 180 0.2 0.76
Hex B5 CE CE C 0 0 13 B4 14 4C
Octal 265 316 316 14 0 0 23 264 24 114
Binary 10110101 11001110 11001110 1100 0 0 10011 10110100 10100 1001100

Color Harmonies of #B5CECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CECE

Black with #B5CECE

Text Example


Text Example

White with #B5CECE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CECE; }

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

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

background-color css

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

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

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

border-color css

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

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

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