Html Css Color HEX #B5CCC9 Jungle Mist

📋 copy color: '#B5CCC9'

red 181 ◦ green 204 ◦ blue 201

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

Shades of Jungle Mist #B5CCC9

Tints of Jungle Mist #B5CCC9

RGB

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

 GREEN value IS 204 (80.08% from 255) = 34.81%

 BLUE value IS 201 (78.91% from 255) = 34.3%

R = 30.89%
G = 34.81%
B = 34.3%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.2

RGB Variations

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

Color information

#B5CCC9 (or 0xB5CCC9) is known color: Jungle Mist. HEX triplet: B5, CC and C9. RGB value is (181,204,201). Sum of RGB (Red+Green+Blue) = 181+204+201=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 204 (80.08% from 255 or 34.81% from 586); Blue value is 201 (78.91% from 255 or 34.30% from 586); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CCC9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCC9 is #4A3336. Grayscale: #C4C4C4. Windows color (decimal): -4862775 or 13225141. OLE color: 13225141.

HSL color Cylindrical-coordinate representation of color #B5CCC9: hue angle of 172.17º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B5CCC9 is Cyan = 0.11, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.2.

Color convert

RGB 181 204 201 -
CMYK 0.11 0 0.01 0.2
HSL 172.17º 0.18% 0.75% -
HSV(B) 172.17º 0.11% 0.8% -
XYZ 51.19 57.23 63.61 -
YUV 196.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 181 204 201 0.11 0 0.01 0.2 172.17 0.18 0.75
Hex B5 CC C9 B 0 1 14 AC 12 4B
Octal 265 314 311 13 0 1 24 254 22 113
Binary 10110101 11001100 11001001 1011 0 1 10100 10101100 10010 1001011

Color Harmonies of #B5CCC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5CCC9

Black with #B5CCC9

Text Example


Text Example

White with #B5CCC9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5CCC9; }

 p { color: rgb(181,204,201); }

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

background-color css

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

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

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

border-color css

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

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

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