#BDBAFF

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

Shades of Lavender Blue #BDBAFF

Tints of Lavender Blue #BDBAFF

Color information

#BDBAFF (or 0xBDBAFF) is unknown color: approx Lavender Blue. HEX triplet: BD, BA and FF. RGB value is (189,186,255). Sum of RGB (Red+Green+Blue) = 189+186+255=630 (83% of max value = 765). Red value is 189 (74.22% from 255 or 30% from 630); Green value is 186 (73.05% from 255 or 29.52% from 630); Blue value is 255 (100% from 255 or 40.48% from 630); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDBAFF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDBAFF is #424500. Grayscale: #C2C2C2. Windows color (decimal): -4343041 or 16759485. OLE color: 16759485.

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

Color convert

RGB189186255-
CMYK0.260.2700
HSL242.61º100%86.47%-
HSV(B)242.61º27.06%100%-
XYZ56.653.16101.89-
YUV194.76161.99123.89-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30%
GREEN value IS 186 (73.05% from 255) = 29.52%
BLUE value IS 255 (100% from 255) = 40.48%
R=30%
G=29.52%
B=40.48%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891862550.260.2700242.6110086.47
HexBDBAFF1A1B00f36456
Octal275272377323300363144126
Binary1011110110111010111111111101011011001111001111001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBAFF; }

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

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

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

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

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

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

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

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