#BDB8FC

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

Shades of Lavender Blue #BDB8FC

Tints of Lavender Blue #BDB8FC

Color information

#BDB8FC (or 0xBDB8FC) is unknown color: approx Lavender Blue. HEX triplet: BD, B8 and FC. RGB value is (189,184,252). Sum of RGB (Red+Green+Blue) = 189+184+252=625 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.24% from 625); Green value is 184 (72.27% from 255 or 29.44% from 625); Blue value is 252 (98.83% from 255 or 40.32% from 625); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDB8FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB8FC is #424703. Grayscale: #C0C0C0. Windows color (decimal): -4343556 or 16562365. OLE color: 16562365.

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

Color convert

RGB189184252-
CMYK0.250.2700.01
HSL244.41º91.89%85.49%-
HSV(B)244.41º26.98%98.82%-
XYZ55.752.1399.22-
YUV193.25161.16124.97-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.24%
GREEN value IS 184 (72.27% from 255) = 29.44%
BLUE value IS 252 (98.83% from 255) = 40.32%
R=30.24%
G=29.44%
B=40.32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891842520.250.2700.01244.4191.8985.49
HexBDB8FC191B01f45c55
Octal275270374313301364134125
Binary1011110110111000111111001100111011011111010010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB8FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB8FC; }

 p { color: rgb(189,184,252); }

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

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

 a { background-color: rgb(189,184,252); }

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

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

 span { border-color: rgb(189,184,252); }

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