#BDC7FA

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

Shades of Lavender Blue #BDC7FA

Tints of Lavender Blue #BDC7FA

Color information

#BDC7FA (or 0xBDC7FA) is unknown color: approx Lavender Blue. HEX triplet: BD, C7 and FA. RGB value is (189,199,250). Sum of RGB (Red+Green+Blue) = 189+199+250=638 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.62% from 638); Green value is 199 (78.12% from 255 or 31.19% from 638); Blue value is 250 (98.05% from 255 or 39.18% from 638); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDC7FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC7FA is #423805. Grayscale: #C9C9C9. Windows color (decimal): -4339718 or 16435133. OLE color: 16435133.

HSL color Cylindrical-coordinate representation of color #BDC7FA: hue angle of 230.16º degrees, saturation: 0.86, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC7FA is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189199250-
CMYK0.240.2000.02
HSL230.16º85.92%86.08%-
HSV(B)230.16º24.4%98.04%-
XYZ58.6758.5798.66-
YUV201.82155.19118.85-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.62%
GREEN value IS 199 (78.12% from 255) = 31.19%
BLUE value IS 250 (98.05% from 255) = 39.18%
R=29.62%
G=31.19%
B=39.18%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891992500.240.2000.02230.1685.9286.08
HexBDC7FA181402e65656
Octal275307372302402346126126
Binary10111101110001111111101011000101000101110011010101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC7FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC7FA; }

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

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

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

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

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

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

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

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