#B0CECD

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

Shades of Jungle Mist #B0CECD

Tints of Jungle Mist #B0CECD

Color information

#B0CECD (or 0xB0CECD) is unknown color: approx Jungle Mist. HEX triplet: B0, CE and CD. RGB value is (176,206,205). Sum of RGB (Red+Green+Blue) = 176+206+205=587 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.98% from 587); Green value is 206 (80.86% from 255 or 35.09% from 587); Blue value is 205 (80.47% from 255 or 34.92% from 587); Max value from RGB is 206 - color contains mainly: green. Hex color #B0CECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CECD is #4F3132. Grayscale: #C4C4C4. Windows color (decimal): -5189939 or 13487792. OLE color: 13487792.

HSL color Cylindrical-coordinate representation of color #B0CECD: hue angle of 178º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B0CECD is Cyan = 0.15, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB176206205-
CMYK0.1500.000.19
HSL178º23.44%74.9%-
HSV(B)178º14.56%80.78%-
XYZ5157.7866.22-
YUV196.92132.56113.08-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.98%
GREEN value IS 206 (80.86% from 255) = 35.09%
BLUE value IS 205 (80.47% from 255) = 34.92%
R=29.98%
G=35.09%
B=34.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762062050.1500.000.1917823.4474.9
HexB0CECDF0013b2174b
Octal26031631517002326227113
Binary1011000011001110110011011111001001110110010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CECD; }

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

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

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

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

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

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

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

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