#BCBEBD

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

Shades of Tiara #BCBEBD

Tints of Tiara #BCBEBD

Color information

#BCBEBD (or 0xBCBEBD) is unknown color: approx Tiara. HEX triplet: BC, BE and BD. RGB value is (188,190,189). Sum of RGB (Red+Green+Blue) = 188+190+189=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 190 (74.61% from 255 or 33.51% from 567); Blue value is 189 (74.22% from 255 or 33.33% from 567); Max value from RGB is 190 - color contains mainly: green. Hex color #BCBEBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBEBD is #434142. Grayscale: #BDBDBD. Windows color (decimal): -4407619 or 12435132. OLE color: 12435132.

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

Color convert

RGB188190189-
CMYK0.0100.010.25
HSL150º1.52%74.12%-
HSV(B)150º1.05%74.51%-
XYZ48.3451.1955.48-
YUV189.29127.84127.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 190 (74.61% from 255) = 33.51%
BLUE value IS 189 (74.22% from 255) = 33.33%
R=33.16%
G=33.51%
B=33.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881901890.0100.010.251501.5274.12
HexBCBEBD101199624a
Octal274276275101312262112
Binary1011110010111110101111011011100110010110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBEBD; }

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

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

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

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

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

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

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

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