#BDBBFA

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

Shades of Lavender Blue #BDBBFA

Tints of Lavender Blue #BDBBFA

Color information

#BDBBFA (or 0xBDBBFA) is unknown color: approx Lavender Blue. HEX triplet: BD, BB and FA. RGB value is (189,187,250). Sum of RGB (Red+Green+Blue) = 189+187+250=626 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.19% from 626); Green value is 187 (73.44% from 255 or 29.87% from 626); Blue value is 250 (98.05% from 255 or 39.94% from 626); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDBBFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBBFA is #424405. Grayscale: #C2C2C2. Windows color (decimal): -4342790 or 16432061. OLE color: 16432061.

HSL color Cylindrical-coordinate representation of color #BDBBFA: hue angle of 241.9º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDBBFA is Cyan = 0.24, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189187250-
CMYK0.240.2500.02
HSL241.9º86.3%85.69%-
HSV(B)241.9º25.2%98.04%-
XYZ56.0153.2697.77-
YUV194.78159.16123.88-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.19%
GREEN value IS 187 (73.44% from 255) = 29.87%
BLUE value IS 250 (98.05% from 255) = 39.94%
R=30.19%
G=29.87%
B=39.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891872500.240.2500.02241.986.385.69
HexBDBBFA181902f25656
Octal275273372303102362126126
Binary10111101101110111111101011000110010101111001010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBBFA; }

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

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

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

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

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

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

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

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