#B4CBCF

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

Shades of Jungle Mist #B4CBCF

Tints of Jungle Mist #B4CBCF

Color information

#B4CBCF (or 0xB4CBCF) is unknown color: approx Jungle Mist. HEX triplet: B4, CB and CF. RGB value is (180,203,207). Sum of RGB (Red+Green+Blue) = 180+203+207=590 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.51% from 590); Green value is 203 (79.69% from 255 or 34.41% from 590); Blue value is 207 (81.25% from 255 or 35.08% from 590); Max value from RGB is 207 - color contains mainly: blue. Hex color #B4CBCF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBCF is #4B3430. Grayscale: #C4C4C4. Windows color (decimal): -4928561 or 13618100. OLE color: 13618100.

HSL color Cylindrical-coordinate representation of color #B4CBCF: hue angle of 188.89º degrees, saturation: 0.22, 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 #B4CBCF is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB180203207-
CMYK0.130.0200.19
HSL188.89º21.95%75.88%-
HSV(B)188.89º13.04%81.18%-
XYZ51.4456.9267.31-
YUV196.58133.88116.17-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.51%
GREEN value IS 203 (79.69% from 255) = 34.41%
BLUE value IS 207 (81.25% from 255) = 35.08%
R=30.51%
G=34.41%
B=35.08%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802032070.130.0200.19188.8921.9575.88
HexB4CBCFD2013bd164c
Octal26431331715202327526114
Binary10110100110010111100111111011001001110111101101101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBCF; }

 p { color: rgb(180,203,207); }

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

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

 a { background-color: rgb(180,203,207); }

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

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

 span { border-color: rgb(180,203,207); }

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