#BBBCB3

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

Shades of Kidnapper #BBBCB3

Tints of Kidnapper #BBBCB3

Color information

#BBBCB3 (or 0xBBBCB3) is unknown color: approx Kidnapper. HEX triplet: BB, BC and B3. RGB value is (187,188,179). Sum of RGB (Red+Green+Blue) = 187+188+179=554 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.75% from 554); Green value is 188 (73.83% from 255 or 33.94% from 554); Blue value is 179 (70.31% from 255 or 32.31% from 554); Max value from RGB is 188 - color contains mainly: green. Hex color #BBBCB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBCB3 is #44434C. Grayscale: #BABABA. Windows color (decimal): -4473677 or 11779259. OLE color: 11779259.

HSL color Cylindrical-coordinate representation of color #BBBCB3: hue angle of 66.67º degrees, saturation: 0.06, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #BBBCB3 is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB187188179-
CMYK0.0100.050.26
HSL66.67º6.29%71.96%-
HSV(B)66.67º4.79%73.73%-
XYZ46.6149.7949.8-
YUV186.68123.67128.23-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.75%
GREEN value IS 188 (73.83% from 255) = 33.94%
BLUE value IS 179 (70.31% from 255) = 32.31%
R=33.75%
G=33.94%
B=32.31%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1871881790.0100.050.2666.676.2971.96
HexBBBCB31051A43648
Octal273274263105321036110
Binary101110111011110010110011101011101010000111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBCB3; }

 p { color: rgb(187,188,179); }

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

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

 a { background-color: rgb(187,188,179); }

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

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

 span { border-color: rgb(187,188,179); }

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