#BDC3FF

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

Shades of Lavender Blue #BDC3FF

Tints of Lavender Blue #BDC3FF

Color information

#BDC3FF (or 0xBDC3FF) is unknown color: approx Lavender Blue. HEX triplet: BD, C3 and FF. RGB value is (189,195,255). Sum of RGB (Red+Green+Blue) = 189+195+255=639 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.58% from 639); Green value is 195 (76.56% from 255 or 30.52% from 639); Blue value is 255 (100% from 255 or 39.91% from 639); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDC3FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC3FF is #423C00. Grayscale: #C7C7C7. Windows color (decimal): -4340737 or 16761789. OLE color: 16761789.

HSL color Cylindrical-coordinate representation of color #BDC3FF: hue angle of 234.55º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BDC3FF is Cyan = 0.26, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189195255-
CMYK0.260.2400
HSL234.55º100%87.06%-
HSV(B)234.55º25.88%100%-
XYZ58.5557.07102.54-
YUV200.05159.01120.12-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.58%
GREEN value IS 195 (76.56% from 255) = 30.52%
BLUE value IS 255 (100% from 255) = 39.91%
R=29.58%
G=30.52%
B=39.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891952550.260.2400234.5510087.06
HexBDC3FF1A1800eb6457
Octal275303377323000353144127
Binary1011110111000011111111111101011000001110101111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC3FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC3FF; }

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

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

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

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

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

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

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

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