#BBC0C1

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

Shades of Jungle Mist #BBC0C1

Tints of Jungle Mist #BBC0C1

Color information

#BBC0C1 (or 0xBBC0C1) is unknown color: approx Jungle Mist. HEX triplet: BB, C0 and C1. RGB value is (187,192,193). Sum of RGB (Red+Green+Blue) = 187+192+193=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 192 (75.39% from 255 or 33.57% from 572); Blue value is 193 (75.78% from 255 or 33.74% from 572); Max value from RGB is 193 - color contains mainly: blue. Hex color #BBC0C1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBC0C1 is #443F3E. Grayscale: #BEBEBE. Windows color (decimal): -4472639 or 12697787. OLE color: 12697787.

HSL color Cylindrical-coordinate representation of color #BBC0C1: hue angle of 190º degrees, saturation: 0.05, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #BBC0C1 is Cyan = 0.03, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB187192193-
CMYK0.030.0100.24
HSL190º4.62%74.51%-
HSV(B)190º3.11%75.69%-
XYZ48.9752.1157.93-
YUV190.62129.34125.42-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 192 (75.39% from 255) = 33.57%
BLUE value IS 193 (75.78% from 255) = 33.74%
R=32.69%
G=33.57%
B=33.74%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1871921930.030.0100.241904.6274.51
HexBBC0C131018be54b
Octal273300301310302765113
Binary101110111100000011000001111011000101111101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBC0C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBC0C1; }

 p { color: rgb(187,192,193); }

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

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

 a { background-color: rgb(187,192,193); }

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

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

 span { border-color: rgb(187,192,193); }

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