#BCBFBE

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

Shades of Tiara #BCBFBE

Tints of Tiara #BCBFBE

Color information

#BCBFBE (or 0xBCBFBE) is unknown color: approx Tiara. HEX triplet: BC, BF and BE. RGB value is (188,191,190). Sum of RGB (Red+Green+Blue) = 188+191+190=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 190 (74.61% from 255 or 33.39% from 569); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BCBFBE is #434041. Grayscale: #BDBDBD. Windows color (decimal): -4407362 or 12500924. OLE color: 12500924.

HSL color Cylindrical-coordinate representation of color #BCBFBE: 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 #BCBFBE is Cyan = 0.02, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB188191190-
CMYK0.0200.010.25
HSL160º2.29%74.31%-
HSV(B)160º1.57%74.9%-
XYZ48.6651.6756.12-
YUV189.99128.01126.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 191 (75% from 255) = 33.57%
BLUE value IS 190 (74.61% 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
Decimal1881911900.0200.010.251602.2974.31
HexBCBFBE20119a024a
Octal274277276201312402112
Binary10111100101111111011111010011100110100000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBFBE; }

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

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

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

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

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

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

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

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