#BDC3FC

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

Shades of Lavender Blue #BDC3FC

Tints of Lavender Blue #BDC3FC

Color information

#BDC3FC (or 0xBDC3FC) is unknown color: approx Lavender Blue. HEX triplet: BD, C3 and FC. RGB value is (189,195,252). Sum of RGB (Red+Green+Blue) = 189+195+252=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 195 (76.56% from 255 or 30.66% from 636); Blue value is 252 (98.83% from 255 or 39.62% from 636); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDC3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3FC is #423C03. Grayscale: #C7C7C7. Windows color (decimal): -4340740 or 16565181. OLE color: 16565181.

HSL color Cylindrical-coordinate representation of color #BDC3FC: hue angle of 234.29º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC3FC is Cyan = 0.25, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB189195252-
CMYK0.250.2300.01
HSL234.29º91.3%86.47%-
HSV(B)234.29º25%98.82%-
XYZ58.0756.88100.01-
YUV199.7157.51120.37-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 195 (76.56% from 255) = 30.66%
BLUE value IS 252 (98.83% from 255) = 39.62%
R=29.72%
G=30.66%
B=39.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1891952520.250.2300.01234.2991.386.47
HexBDC3FC191701ea5b56
Octal275303374312701352133126
Binary1011110111000011111111001100110111011110101010110111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3FC; }

 p { color: rgb(189,195,252); }

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

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

 a { background-color: rgb(189,195,252); }

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

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

 span { border-color: rgb(189,195,252); }

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