#B0CDCF

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

Shades of Jungle Mist #B0CDCF

Tints of Jungle Mist #B0CDCF

Color information

#B0CDCF (or 0xB0CDCF) is unknown color: approx Jungle Mist. HEX triplet: B0, CD and CF. RGB value is (176,205,207). Sum of RGB (Red+Green+Blue) = 176+205+207=588 (77% of max value = 765). Red value is 176 (69.14% from 255 or 29.93% from 588); Green value is 205 (80.47% from 255 or 34.86% from 588); Blue value is 207 (81.25% from 255 or 35.20% from 588); Max value from RGB is 207 - color contains mainly: blue. Hex color #B0CDCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CDCF is #4F3230. Grayscale: #C4C4C4. Windows color (decimal): -5190193 or 13618608. OLE color: 13618608.

HSL color Cylindrical-coordinate representation of color #B0CDCF: hue angle of 183.87º degrees, saturation: 0.24, 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 #B0CDCF is Cyan = 0.15, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB176205207-
CMYK0.150.0100.19
HSL183.87º24.41%75.1%-
HSV(B)183.87º14.98%81.18%-
XYZ5157.467.42-
YUV196.56133.89113.34-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 29.93%
GREEN value IS 205 (80.47% from 255) = 34.86%
BLUE value IS 207 (81.25% from 255) = 35.20%
R=29.93%
G=34.86%
B=35.20%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1762052070.150.0100.19183.8724.4175.1
HexB0CDCFF1013b8184b
Octal26031531717102327030113
Binary1011000011001101110011111111101001110111000110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CDCF; }

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

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

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

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

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

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

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

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