#BDB4FC

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

Shades of Lavender Blue #BDB4FC

Tints of Lavender Blue #BDB4FC

Color information

#BDB4FC (or 0xBDB4FC) is unknown color: approx Lavender Blue. HEX triplet: BD, B4 and FC. RGB value is (189,180,252). Sum of RGB (Red+Green+Blue) = 189+180+252=621 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.43% from 621); Green value is 180 (70.70% from 255 or 28.99% from 621); Blue value is 252 (98.83% from 255 or 40.58% from 621); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDB4FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB4FC is #424B03. Grayscale: #BEBEBE. Windows color (decimal): -4344580 or 16561341. OLE color: 16561341.

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

Color convert

RGB189180252-
CMYK0.250.2900.01
HSL247.5º92.31%84.71%-
HSV(B)247.5º28.57%98.82%-
XYZ54.8850.4998.95-
YUV190.9162.48126.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.43%
GREEN value IS 180 (70.70% from 255) = 28.99%
BLUE value IS 252 (98.83% from 255) = 40.58%
R=30.43%
G=28.99%
B=40.58%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891802520.250.2900.01247.592.3184.71
HexBDB4FC191D01f85c55
Octal275264374313501370134125
Binary1011110110110100111111001100111101011111100010111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB4FC; }

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

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

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

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

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

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

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

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