#B0CCCD

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

Shades of Jungle Mist #B0CCCD

Tints of Jungle Mist #B0CCCD

Color information

#B0CCCD (or 0xB0CCCD) is unknown color: approx Jungle Mist. HEX triplet: B0, CC and CD. RGB value is (176,204,205). Sum of RGB (Red+Green+Blue) = 176+204+205=585 (77% of max value = 765). Red value is 176 (69.14% from 255 or 30.09% from 585); Green value is 204 (80.08% from 255 or 34.87% from 585); Blue value is 205 (80.47% from 255 or 35.04% from 585); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0CCCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CCCD is #4F3332. Grayscale: #C3C3C3. Windows color (decimal): -5190451 or 13487280. OLE color: 13487280.

HSL color Cylindrical-coordinate representation of color #B0CCCD: hue angle of 182.07º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B0CCCD is Cyan = 0.14, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176204205-
CMYK0.140.0000.20
HSL182.07º22.48%74.71%-
HSV(B)182.07º14.15%80.39%-
XYZ50.5256.8266.06-
YUV195.74133.22113.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.09%
GREEN value IS 204 (80.08% from 255) = 34.87%
BLUE value IS 205 (80.47% from 255) = 35.04%
R=30.09%
G=34.87%
B=35.04%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762042050.140.0000.20182.0722.4874.71
HexB0CCCDE0014b6164b
Octal26031431516002426626113
Binary1011000011001100110011011110001010010110110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CCCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CCCD; }

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

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

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

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

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

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

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

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