#BCC8C9

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

Shades of Jungle Mist #BCC8C9

Tints of Jungle Mist #BCC8C9

Color information

#BCC8C9 (or 0xBCC8C9) is unknown color: approx Jungle Mist. HEX triplet: BC, C8 and C9. RGB value is (188,200,201). Sum of RGB (Red+Green+Blue) = 188+200+201=589 (78% of max value = 765). Red value is 188 (73.83% from 255 or 31.92% from 589); Green value is 200 (78.52% from 255 or 33.96% from 589); Blue value is 201 (78.91% from 255 or 34.13% from 589); Max value from RGB is 201 - color contains mainly: blue. Hex color #BCC8C9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCC8C9 is #433736. Grayscale: #C4C4C4. Windows color (decimal): -4405047 or 13224124. OLE color: 13224124.

HSL color Cylindrical-coordinate representation of color #BCC8C9: hue angle of 184.62º degrees, saturation: 0.11, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #BCC8C9 is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188200201-
CMYK0.060.0000.21
HSL184.62º10.74%76.27%-
HSV(B)184.62º6.47%78.82%-
XYZ51.9456.2263.37-
YUV196.53130.52121.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 31.92%
GREEN value IS 200 (78.52% from 255) = 33.96%
BLUE value IS 201 (78.91% from 255) = 34.13%
R=31.92%
G=33.96%
B=34.13%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1882002010.060.0000.21184.6210.7476.27
HexBCC8C960015b9b4c
Octal2743103116002527113114
Binary10111100110010001100100111000101011011100110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC8C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC8C9; }

 p { color: rgb(188,200,201); }

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

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

 a { background-color: rgb(188,200,201); }

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

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

 span { border-color: rgb(188,200,201); }

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