#B0CBCA

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

Shades of Jungle Mist #B0CBCA

Tints of Jungle Mist #B0CBCA

Color information

#B0CBCA (or 0xB0CBCA) is unknown color: approx Jungle Mist. HEX triplet: B0, CB and CA. RGB value is (176,203,202). Sum of RGB (Red+Green+Blue) = 176+203+202=581 (76% of max value = 765). Red value is 176 (69.14% from 255 or 30.29% from 581); Green value is 203 (79.69% from 255 or 34.94% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 203 - color contains mainly: green. Hex color #B0CBCA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #B0CBCA is #4F3435. Grayscale: #C2C2C2. Windows color (decimal): -5190710 or 13290416. OLE color: 13290416.

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

Color convert

RGB176203202-
CMYK0.1300.000.20
HSL177.78º20.61%74.31%-
HSV(B)177.78º13.3%79.61%-
XYZ49.9256.2164.09-
YUV194.81132.05114.58-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 30.29%
GREEN value IS 203 (79.69% from 255) = 34.94%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=30.29%
G=34.94%
B=34.77%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1762032020.1300.000.20177.7820.6174.31
HexB0CBCAD0014b2154a
Octal26031331215002426225112
Binary1011000011001011110010101101001010010110010101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0CBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0CBCA; }

 p { color: rgb(176,203,202); }

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

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

 a { background-color: rgb(176,203,202); }

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

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

 span { border-color: rgb(176,203,202); }

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