#BDC2FA

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

Shades of Lavender Blue #BDC2FA

Tints of Lavender Blue #BDC2FA

Color information

#BDC2FA (or 0xBDC2FA) is unknown color: approx Lavender Blue. HEX triplet: BD, C2 and FA. RGB value is (189,194,250). Sum of RGB (Red+Green+Blue) = 189+194+250=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 194 (76.17% from 255 or 30.65% from 633); Blue value is 250 (98.05% from 255 or 39.49% from 633); Max value from RGB is 250 - color contains mainly: blue. Hex color #BDC2FA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC2FA is #423D05. Grayscale: #C6C6C6. Windows color (decimal): -4340998 or 16433853. OLE color: 16433853.

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

Color convert

RGB189194250-
CMYK0.240.2200.02
HSL235.08º85.92%86.08%-
HSV(B)235.08º24.4%98.04%-
XYZ57.5356.398.28-
YUV198.89156.84120.95-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 194 (76.17% from 255) = 30.65%
BLUE value IS 250 (98.05% from 255) = 39.49%
R=29.86%
G=30.65%
B=39.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891942500.240.2200.02235.0885.9286.08
HexBDC2FA181602eb5656
Octal275302372302602353126126
Binary10111101110000101111101011000101100101110101110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC2FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC2FA; }

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

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

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

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

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

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

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

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