#BDC6FA

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

Shades of Lavender Blue #BDC6FA

Tints of Lavender Blue #BDC6FA

Color information

#BDC6FA (or 0xBDC6FA) is unknown color: approx Lavender Blue. HEX triplet: BD, C6 and FA. RGB value is (189,198,250). Sum of RGB (Red+Green+Blue) = 189+198+250=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 198 (77.73% from 255 or 31.08% from 637); Blue value is 250 (98.05% from 255 or 39.25% from 637); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDC6FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6FA is #423905. Grayscale: #C9C9C9. Windows color (decimal): -4339974 or 16434877. OLE color: 16434877.

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

Color convert

RGB189198250-
CMYK0.240.2100.02
HSL231.15º85.92%86.08%-
HSV(B)231.15º24.4%98.04%-
XYZ58.4458.1198.58-
YUV201.24155.52119.27-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 198 (77.73% from 255) = 31.08%
BLUE value IS 250 (98.05% from 255) = 39.25%
R=29.67%
G=31.08%
B=39.25%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891982500.240.2100.02231.1585.9286.08
HexBDC6FA181502e75656
Octal275306372302502347126126
Binary10111101110001101111101011000101010101110011110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6FA; }

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

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

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

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

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

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

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

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