#B5CBCA

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

Shades of Jungle Mist #B5CBCA

Tints of Jungle Mist #B5CBCA

Color information

#B5CBCA (or 0xB5CBCA) is unknown color: approx Jungle Mist. HEX triplet: B5, CB and CA. RGB value is (181,203,202). Sum of RGB (Red+Green+Blue) = 181+203+202=586 (77% of max value = 765). Red value is 181 (71.09% from 255 or 30.89% from 586); Green value is 203 (79.69% from 255 or 34.64% from 586); Blue value is 202 (79.30% from 255 or 34.47% from 586); Max value from RGB is 203 - color contains mainly: green. Hex color #B5CBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B5CBCA is #4A3435. Grayscale: #C4C4C4. Windows color (decimal): -4863030 or 13290421. OLE color: 13290421.

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

Color convert

RGB181203202-
CMYK0.1100.000.20
HSL177.27º17.46%75.29%-
HSV(B)177.27º10.84%79.61%-
XYZ51.0756.864.15-
YUV196.31131.21117.08-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 30.89%
GREEN value IS 203 (79.69% from 255) = 34.64%
BLUE value IS 202 (79.30% from 255) = 34.47%
R=30.89%
G=34.64%
B=34.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1812032020.1100.000.20177.2717.4675.29
HexB5CBCAB0014b1114b
Octal26531331213002426121113
Binary1011010111001011110010101011001010010110001100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5CBCA; }

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

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

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

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

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

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

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

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