#BDBDF0

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

Shades of Lavender Grey #BDBDF0

Tints of Lavender Grey #BDBDF0

Color information

#BDBDF0 (or 0xBDBDF0) is unknown color: approx Lavender Grey. HEX triplet: BD, BD and F0. RGB value is (189,189,240). Sum of RGB (Red+Green+Blue) = 189+189+240=618 (81% of max value = 765). Red value is 189 (74.22% from 255 or 30.58% from 618); Green value is 189 (74.22% from 255 or 30.58% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #BDBDF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBDF0 is #42420F. Grayscale: #C2C2C2. Windows color (decimal): -4342288 or 15777213. OLE color: 15777213.

HSL color Cylindrical-coordinate representation of color #BDBDF0: hue angle of 240º degrees, saturation: 0.63, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BDBDF0 is Cyan = 0.21, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB189189240-
CMYK0.210.2100.06
HSL240º62.96%84.12%-
HSV(B)240º21.25%94.12%-
XYZ54.9153.5189.87-
YUV194.81153.5123.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.58%
GREEN value IS 189 (74.22% from 255) = 30.58%
BLUE value IS 240 (94.14% from 255) = 38.83%
R=30.58%
G=30.58%
B=38.83%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1891892400.210.2100.0624062.9684.12
HexBDBDF0151506f03f54
Octal27527536025250636077124
Binary10111101101111011111000010101101010110111100001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBDF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBDF0; }

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

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

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

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

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

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

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

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