#B5CCCB

Color #B5CCCB Jungle Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jungle Mist #B5CCCB

Tints of Jungle Mist #B5CCCB

Color information

#B5CCCB (or 0xB5CCCB) is unknown color: approx Jungle Mist. HEX triplet: B5, CC and CB. RGB value is (181,204,203). Sum of RGB (Red+Green+Blue) = 181+204+203=588 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.78% from 588); Green value is 204 (80.08% from 255 or 34.69% from 588); Blue value is 203 (79.69% from 255 or 34.52% from 588); Max value from RGB is 204 - color contains mainly: green. Hex color #B5CCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CCCB is #4A3334. Grayscale: #C4C4C4. Windows color (decimal): -4862773 or 13356213. OLE color: 13356213.

HSL color Cylindrical-coordinate representation of color #B5CCCB: hue angle of 177.39º 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 #B5CCCB is Cyan = 0.11, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.2.

Color convert

RGB181204203-
CMYK0.1100.000.2
HSL177.39º18.4%75.49%-
HSV(B)177.39º11.27%80%-
XYZ51.4357.3264.85-
YUV197.01131.38116.58-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.78%
GREEN value IS 204 (80.08% from 255) = 34.69%
BLUE value IS 203 (79.69% from 255) = 34.52%
R=30.78%
G=34.69%
B=34.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1812042030.1100.000.2177.3918.475.49
HexB5CCCBB0014b1124b
Octal26531431313002426122113
Binary1011010111001100110010111011001010010110001100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CCCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CCCB; }

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

 H1.HeaderClassName
 {
   color: #B5CCCB;
 }
 .AnyTagClassName
 {
   color: #B5CCCB;
 }
</style>
background-color css

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

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

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

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

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

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