#B4CDCE

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

Shades of Jungle Mist #B4CDCE

Tints of Jungle Mist #B4CDCE

Color information

#B4CDCE (or 0xB4CDCE) is unknown color: approx Jungle Mist. HEX triplet: B4, CD and CE. RGB value is (180,205,206). Sum of RGB (Red+Green+Blue) = 180+205+206=591 (78% of max value = 765). Red value is 180 (70.70% from 255 or 30.46% from 591); Green value is 205 (80.47% from 255 or 34.69% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #B4CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CDCE is #4B3231. Grayscale: #C5C5C5. Windows color (decimal): -4928050 or 13553076. OLE color: 13553076.

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

Color convert

RGB180205206-
CMYK0.130.0000.19
HSL182.31º20.97%75.69%-
HSV(B)182.31º12.62%80.78%-
XYZ51.7957.8266.82-
YUV197.64132.72115.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 30.46%
GREEN value IS 205 (80.47% from 255) = 34.69%
BLUE value IS 206 (80.86% from 255) = 34.86%
R=30.46%
G=34.69%
B=34.86%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1802052060.130.0000.19182.3120.9775.69
HexB4CDCED0013b6154c
Octal26431531615002326625114
Binary1011010011001101110011101101001001110110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CDCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CDCE; }

 p { color: rgb(180,205,206); }

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

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

 a { background-color: rgb(180,205,206); }

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

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

 span { border-color: rgb(180,205,206); }

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