#BBBEBD

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

Shades of Tiara #BBBEBD

Tints of Tiara #BBBEBD

Color information

#BBBEBD (or 0xBBBEBD) is unknown color: approx Tiara. HEX triplet: BB, BE and BD. RGB value is (187,190,189). Sum of RGB (Red+Green+Blue) = 187+190+189=566 (74% of max value = 765). Red value is 187 (73.44% from 255 or 33.04% from 566); Green value is 190 (74.61% from 255 or 33.57% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 190 - color contains mainly: green. Hex color #BBBEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBBEBD is #444142. Grayscale: #BCBCBC. Windows color (decimal): -4473155 or 12435131. OLE color: 12435131.

HSL color Cylindrical-coordinate representation of color #BBBEBD: hue angle of 160º degrees, saturation: 0.02, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #BBBEBD is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB187190189-
CMYK0.0200.010.25
HSL160º2.26%73.92%-
HSV(B)160º1.58%74.51%-
XYZ48.0951.0755.47-
YUV188.99128.01126.58-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 33.04%
GREEN value IS 190 (74.61% from 255) = 33.57%
BLUE value IS 189 (74.22% from 255) = 33.39%
R=33.04%
G=33.57%
B=33.39%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1871901890.0200.010.251602.2673.92
HexBBBEBD20119a024a
Octal273276275201312402112
Binary10111011101111101011110110011100110100000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBBEBD; }

 p { color: rgb(187,190,189); }

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

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

 a { background-color: rgb(187,190,189); }

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

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

 span { border-color: rgb(187,190,189); }

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