#BDC8FA

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

Shades of Lavender Blue #BDC8FA

Tints of Lavender Blue #BDC8FA

Color information

#BDC8FA (or 0xBDC8FA) is unknown color: approx Lavender Blue. HEX triplet: BD, C8 and FA. RGB value is (189,200,250). Sum of RGB (Red+Green+Blue) = 189+200+250=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 200 (78.52% from 255 or 31.30% from 639); Blue value is 250 (98.05% from 255 or 39.12% from 639); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDC8FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8FA is #423705. Grayscale: #CACACA. Windows color (decimal): -4339462 or 16435389. OLE color: 16435389.

HSL color Cylindrical-coordinate representation of color #BDC8FA: hue angle of 229.18º 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 #BDC8FA is Cyan = 0.24, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189200250-
CMYK0.240.200.02
HSL229.18º85.92%86.08%-
HSV(B)229.18º24.4%98.04%-
XYZ58.959.0398.73-
YUV202.41154.86118.43-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 200 (78.52% from 255) = 31.30%
BLUE value IS 250 (98.05% from 255) = 39.12%
R=29.58%
G=31.30%
B=39.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892002500.240.200.02229.1885.9286.08
HexBDC8FA181402e55656
Octal275310372302402345126126
Binary10111101110010001111101011000101000101110010110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8FA; }

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

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

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

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

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

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

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

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