#B4CBD0

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

Shades of Jungle Mist #B4CBD0

Tints of Jungle Mist #B4CBD0

Color information

#B4CBD0 (or 0xB4CBD0) is unknown color: approx Jungle Mist. HEX triplet: B4, CB and D0. RGB value is (180,203,208). Sum of RGB (Red+Green+Blue) = 180+203+208=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 203 (79.69% from 255 or 34.35% from 591); Blue value is 208 (81.64% from 255 or 35.19% from 591); Max value from RGB is 208 - color contains mainly: blue. Hex color #B4CBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBD0 is #4B342F. Grayscale: #C4C4C4. Windows color (decimal): -4928560 or 13683636. OLE color: 13683636.

HSL color Cylindrical-coordinate representation of color #B4CBD0: hue angle of 190.71º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B4CBD0 is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB180203208-
CMYK0.130.0200.18
HSL190.71º22.95%76.08%-
HSV(B)190.71º13.46%81.57%-
XYZ51.5656.9767.95-
YUV196.69134.38116.09-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.46%
GREEN value IS 203 (79.69% from 255) = 34.35%
BLUE value IS 208 (81.64% from 255) = 35.19%
R=30.46%
G=34.35%
B=35.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1802032080.130.0200.18190.7122.9576.08
HexB4CBD0D2012bf174c
Octal26431332015202227727114
Binary10110100110010111101000011011001001010111111101111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CBD0; }

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

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

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

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

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

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

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

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