#B0C8CD

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

Shades of Jungle Mist #B0C8CD

Tints of Jungle Mist #B0C8CD

Color information

#B0C8CD (or 0xB0C8CD) is unknown color: approx Jungle Mist. HEX triplet: B0, C8 and CD. RGB value is (176,200,205). Sum of RGB (Red+Green+Blue) = 176+200+205=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 200 (78.52% from 255 or 34.42% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 205 - color contains mainly: blue. Hex color #B0C8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0C8CD is #4F3732. Grayscale: #C1C1C1. Windows color (decimal): -5191475 or 13486256. OLE color: 13486256.

HSL color Cylindrical-coordinate representation of color #B0C8CD: hue angle of 190.34º 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 #B0C8CD is Cyan = 0.14, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB176200205-
CMYK0.140.0200.20
HSL190.34º22.48%74.71%-
HSV(B)190.34º14.15%80.39%-
XYZ49.5854.9565.75-
YUV193.39134.55115.59-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 200 (78.52% from 255) = 34.42%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=30.29%
G=34.42%
B=35.28%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762002050.140.0200.20190.3422.4874.71
HexB0C8CDE2014be164b
Octal26031031516202427626113
Binary10110000110010001100110111101001010010111110101101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C8CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C8CD; }

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

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

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

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

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

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

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

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