#BDBAFD

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

Shades of Lavender Blue #BDBAFD

Tints of Lavender Blue #BDBAFD

Color information

#BDBAFD (or 0xBDBAFD) is unknown color: approx Lavender Blue. HEX triplet: BD, BA and FD. RGB value is (189,186,253). Sum of RGB (Red+Green+Blue) = 189+186+253=628 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.10% from 628); Green value is 186 (73.05% from 255 or 29.62% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDBAFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAFD is #424502. Grayscale: #C2C2C2. Windows color (decimal): -4343043 or 16628413. OLE color: 16628413.

HSL color Cylindrical-coordinate representation of color #BDBAFD: hue angle of 242.69º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDBAFD is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189186253-
CMYK0.250.2600.01
HSL242.69º94.37%86.08%-
HSV(B)242.69º26.48%99.22%-
XYZ56.2753.03100.2-
YUV194.54160.99124.05-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.10%
GREEN value IS 186 (73.05% from 255) = 29.62%
BLUE value IS 253 (99.22% from 255) = 40.29%
R=30.10%
G=29.62%
B=40.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891862530.250.2600.01242.6994.3786.08
HexBDBAFD191A01f35e56
Octal275272375313201363136126
Binary1011110110111010111111011100111010011111001110111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAFD; }

 p { color: rgb(189,186,253); }

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

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

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

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

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

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

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