#BDB7FC

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

Shades of Lavender Blue #BDB7FC

Tints of Lavender Blue #BDB7FC

Color information

#BDB7FC (or 0xBDB7FC) is unknown color: approx Lavender Blue. HEX triplet: BD, B7 and FC. RGB value is (189,183,252). Sum of RGB (Red+Green+Blue) = 189+183+252=624 (82% of max value = 765). Red value is 189 (74.22% from 255 or 30.29% from 624); Green value is 183 (71.88% from 255 or 29.33% from 624); Blue value is 252 (98.83% from 255 or 40.38% from 624); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDB7FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDB7FC is #424803. Grayscale: #C0C0C0. Windows color (decimal): -4343812 or 16562109. OLE color: 16562109.

HSL color Cylindrical-coordinate representation of color #BDB7FC: hue angle of 245.22º 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 #BDB7FC is Cyan = 0.25, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189183252-
CMYK0.250.2700.01
HSL245.22º92%85.29%-
HSV(B)245.22º27.38%98.82%-
XYZ55.4951.7199.15-
YUV192.66161.49125.39-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 30.29%
GREEN value IS 183 (71.88% from 255) = 29.33%
BLUE value IS 252 (98.83% from 255) = 40.38%
R=30.29%
G=29.33%
B=40.38%

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
Decimal1891832520.250.2700.01245.229285.29
HexBDB7FC191B01f55c55
Octal275267374313301365134125
Binary1011110110110111111111001100111011011111010110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB7FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB7FC; }

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

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

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

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

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

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

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

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