#BEBFD2

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

Shades of Lavender Grey #BEBFD2

Tints of Lavender Grey #BEBFD2

Color information

#BEBFD2 (or 0xBEBFD2) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and D2. RGB value is (190,191,210). Sum of RGB (Red+Green+Blue) = 190+191+210=591 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.15% from 591); Green value is 191 (75% from 255 or 32.32% from 591); Blue value is 210 (82.42% from 255 or 35.53% from 591); Max value from RGB is 210 - color contains mainly: blue. Hex color #BEBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFD2 is #41402D. Grayscale: #C0C0C0. Windows color (decimal): -4276270 or 13811646. OLE color: 13811646.

HSL color Cylindrical-coordinate representation of color #BEBFD2: hue angle of 237º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BEBFD2 is Cyan = 0.10, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190191210-
CMYK0.100.0900.18
HSL237º18.18%78.43%-
HSV(B)237º9.52%82.35%-
XYZ51.552.8668.46-
YUV192.87137.67125.96-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 32.15%
GREEN value IS 191 (75% from 255) = 32.32%
BLUE value IS 210 (82.42% from 255) = 35.53%
R=32.15%
G=32.32%
B=35.53%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901912100.100.0900.1823718.1878.43
HexBEBFD2A9012ed124e
Octal276277322121102235522116
Binary1011111010111111110100101010100101001011101101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFD2; }

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

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

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

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

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

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

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

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