#BDBDED

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

Shades of Lavender Grey #BDBDED

Tints of Lavender Grey #BDBDED

Color information

#BDBDED (or 0xBDBDED) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and ED. RGB value is (189,189,237). Sum of RGB (Red+Green+Blue) = 189+189+237=615 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.73% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 237 (92.97% from 255 or 38.54% from 615); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDBDED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDED is #424212. Grayscale: #C2C2C2. Windows color (decimal): -4342291 or 15580605. OLE color: 15580605.

HSL color Cylindrical-coordinate representation of color #BDBDED: hue angle of 240º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BDBDED is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB189189237-
CMYK0.200.2000.07
HSL240º57.14%83.53%-
HSV(B)240º20.25%92.94%-
XYZ54.4753.3387.54-
YUV194.47152124.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.73%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 237 (92.97% from 255) = 38.54%
R=30.73%
G=30.73%
B=38.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1891892370.200.2000.0724057.1483.53
HexBDBDED141407f03954
Octal27527535524240736071124
Binary10111101101111011110110110100101000111111100001110011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDED; }

 p { color: rgb(189,189,237); }

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

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

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

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

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

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

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