Html Css Color HEX #B5CFCE Jungle Mist

📋 copy color: '#B5CFCE'

red 181 ◦ green 207 ◦ blue 206

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

Shades of Jungle Mist #B5CFCE

Tints of Jungle Mist #B5CFCE

RGB

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

 GREEN value IS 207 (81.25% from 255) = 34.85%

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

R = 30.47%
G = 34.85%
B = 34.68%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#B5CFCE (or 0xB5CFCE) is known color: Jungle Mist. HEX triplet: B5, CF and CE. RGB value is (181,207,206). Sum of RGB (Red+Green+Blue) = 181+207+206=594 (78% of max value = 765). Red value is 181 (71.09% from 255 or 30.47% from 594); Green value is 207 (81.25% from 255 or 34.85% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 207 - color contains mainly: green. Hex color #B5CFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CFCE is #4A3031. Grayscale: #C7C7C7. Windows color (decimal): -4862002 or 13553589. OLE color: 13553589.

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

Color convert

RGB 181 207 206 -
CMYK 0.13 0 0.00 0.19
HSL 177.69º 0.21% 0.76% -
HSV(B) 177.69º 0.13% 0.81% -
XYZ 52.51 58.91 66.99 -
YUV 199.11 131.89 115.08 -
System Red Green Blue C M Y K H S L
Decimal 181 207 206 0.13 0 0.00 0.19 177.69 0.21 0.76
Hex B5 CF CE D 0 0 13 B2 15 4C
Octal 265 317 316 15 0 0 23 262 25 114
Binary 10110101 11001111 11001110 1101 0 0 10011 10110010 10101 1001100

Color Harmonies of #B5CFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CFCE

Black with #B5CFCE

Text Example


Text Example

White with #B5CFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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