#BDBBFD

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

Shades of Lavender Blue #BDBBFD

Tints of Lavender Blue #BDBBFD

Color information

#BDBBFD (or 0xBDBBFD) is unknown color: approx Lavender Blue. HEX triplet: BD, BB and FD. RGB value is (189,187,253). Sum of RGB (Red+Green+Blue) = 189+187+253=629 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30.05% from 629); Green value is 187 (73.44% from 255 or 29.73% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #BDBBFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBFD is #424402. Grayscale: #C2C2C2. Windows color (decimal): -4342787 or 16628669. OLE color: 16628669.

HSL color Cylindrical-coordinate representation of color #BDBBFD: hue angle of 241.82º 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 #BDBBFD is Cyan = 0.25, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189187253-
CMYK0.250.2600.01
HSL241.82º94.29%86.27%-
HSV(B)241.82º26.09%99.22%-
XYZ56.4953.45100.27-
YUV195.12160.66123.63-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.05%
GREEN value IS 187 (73.44% from 255) = 29.73%
BLUE value IS 253 (99.22% from 255) = 40.22%
R=30.05%
G=29.73%
B=40.22%

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
Decimal1891872530.250.2600.01241.8294.2986.27
HexBDBBFD191A01f25e56
Octal275273375313201362136126
Binary1011110110111011111111011100111010011111001010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBFD; }

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

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

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

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

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

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

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

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