#BEBFDD

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

Shades of Lavender Grey #BEBFDD

Tints of Lavender Grey #BEBFDD

Color information

#BEBFDD (or 0xBEBFDD) is unknown color: approx Lavender Grey. HEX triplet: BE, BF and DD. RGB value is (190,191,221). Sum of RGB (Red+Green+Blue) = 190+191+221=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 191 (75% from 255 or 31.73% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEBFDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBFDD is #414022. Grayscale: #C2C2C2. Windows color (decimal): -4276259 or 14532542. OLE color: 14532542.

HSL color Cylindrical-coordinate representation of color #BEBFDD: hue angle of 238.06º degrees, saturation: 0.31, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #BEBFDD is Cyan = 0.14, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB190191221-
CMYK0.140.1400.13
HSL238.06º31.31%80.59%-
HSV(B)238.06º14.03%86.67%-
XYZ52.9253.4375.93-
YUV194.12143.17125.06-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 31.56%
GREEN value IS 191 (75% from 255) = 31.73%
BLUE value IS 221 (86.72% from 255) = 36.71%
R=31.56%
G=31.73%
B=36.71%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1901912210.140.1400.13238.0631.3180.59
HexBEBFDDEE0Dee1f51
Octal276277335161601535637121
Binary101111101011111111011101111011100110111101110111111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBFDD; }

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

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

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

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

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

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

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

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