#BDB4FF

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

Shades of Lavender Blue #BDB4FF

Tints of Lavender Blue #BDB4FF

Color information

#BDB4FF (or 0xBDB4FF) is unknown color: approx Lavender Blue. HEX triplet: BD, B4 and FF. RGB value is (189,180,255). Sum of RGB (Red+Green+Blue) = 189+180+255=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 180 (70.70% from 255 or 28.85% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDB4FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4FF is #424B00. Grayscale: #BEBEBE. Windows color (decimal): -4344577 or 16757949. OLE color: 16757949.

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

Color convert

RGB189180255-
CMYK0.260.2900
HSL247.2º100%85.29%-
HSV(B)247.2º29.41%100%-
XYZ55.3650.68101.47-
YUV191.24163.98126.4-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 180 (70.70% from 255) = 28.85%
BLUE value IS 255 (100% from 255) = 40.87%
R=30.29%
G=28.85%
B=40.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891802550.260.2900247.210085.29
HexBDB4FF1A1D00f76455
Octal275264377323500367144125
Binary1011110110110100111111111101011101001111011111001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB4FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB4FF; }

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

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

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

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

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

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

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

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