#BDC7FF

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

Shades of Lavender Blue #BDC7FF

Tints of Lavender Blue #BDC7FF

Color information

#BDC7FF (or 0xBDC7FF) is unknown color: approx Lavender Blue. HEX triplet: BD, C7 and FF. RGB value is (189,199,255). Sum of RGB (Red+Green+Blue) = 189+199+255=643 (85% of max value = 765). Red value is 189 (74.22% from 255 or 29.39% from 643); Green value is 199 (78.12% from 255 or 30.95% from 643); Blue value is 255 (100% from 255 or 39.66% from 643); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDC7FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7FF is #423800. Grayscale: #CACACA. Windows color (decimal): -4339713 or 16762813. OLE color: 16762813.

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

Color convert

RGB189199255-
CMYK0.260.2200
HSL230.91º100%87.06%-
HSV(B)230.91º25.88%100%-
XYZ59.4658.89102.84-
YUV202.39157.69118.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.39%
GREEN value IS 199 (78.12% from 255) = 30.95%
BLUE value IS 255 (100% from 255) = 39.66%
R=29.39%
G=30.95%
B=39.66%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891992550.260.2200230.9110087.06
HexBDC7FF1A1600e76457
Octal275307377322600347144127
Binary1011110111000111111111111101010110001110011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7FF; }

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

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

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

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

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

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

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

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