#BCCBCA

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

Shades of Jungle Mist #BCCBCA

Tints of Jungle Mist #BCCBCA

Color information

#BCCBCA (or 0xBCCBCA) is unknown color: approx Jungle Mist. HEX triplet: BC, CB and CA. RGB value is (188,203,202). Sum of RGB (Red+Green+Blue) = 188+203+202=593 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.70% from 593); Green value is 203 (79.69% from 255 or 34.23% from 593); Blue value is 202 (79.30% from 255 or 34.06% from 593); Max value from RGB is 203 - color contains mainly: green. Hex color #BCCBCA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCCBCA is #433435. Grayscale: #C6C6C6. Windows color (decimal): -4404278 or 13290428. OLE color: 13290428.

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

Color convert

RGB188203202-
CMYK0.0700.000.20
HSL176º12.61%76.67%-
HSV(B)176º7.39%79.61%-
XYZ52.7657.6764.23-
YUV198.4130.03120.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.70%
GREEN value IS 203 (79.69% from 255) = 34.23%
BLUE value IS 202 (79.30% from 255) = 34.06%
R=31.70%
G=34.23%
B=34.06%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1882032020.0700.000.2017612.6176.67
HexBCCBCA70014b0d4d
Octal2743133127002426015115
Binary10111100110010111100101011100101001011000011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCBCA; }

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

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

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

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

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

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

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

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