#BEBABB

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

Shades of Pink Flare #BEBABB

Tints of Pink Flare #BEBABB

Color information

#BEBABB (or 0xBEBABB) is unknown color: approx Pink Flare. HEX triplet: BE, BA and BB. RGB value is (190,186,187). Sum of RGB (Red+Green+Blue) = 190+186+187=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 186 (73.05% from 255 or 33.04% from 563); Blue value is 187 (73.44% from 255 or 33.21% from 563); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBABB is #414544. Grayscale: #BBBBBB. Windows color (decimal): -4277573 or 12303038. OLE color: 12303038.

HSL color Cylindrical-coordinate representation of color #BEBABB: hue angle of 345º degrees, saturation: 0.03, 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 #BEBABB is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.25.

Color convert

RGB190186187-
CMYK00.020.020.25
HSL345º2.99%73.73%-
HSV(B)345º2.11%74.51%-
XYZ47.7649.6554.08-
YUV187.31127.83129.92-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.75%
GREEN value IS 186 (73.05% from 255) = 33.04%
BLUE value IS 187 (73.44% from 255) = 33.21%
R=33.75%
G=33.04%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.02
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018618700.020.020.253452.9973.73
HexBEBABB0221915934a
Octal276272273022315313112
Binary1011111010111010101110110101011001101011001111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBABB; }

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

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

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

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

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

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

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

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