#BDC5FF

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

Shades of Lavender Blue #BDC5FF

Tints of Lavender Blue #BDC5FF

Color information

#BDC5FF (or 0xBDC5FF) is unknown color: approx Lavender Blue. HEX triplet: BD, C5 and FF. RGB value is (189,197,255). Sum of RGB (Red+Green+Blue) = 189+197+255=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 197 (77.34% from 255 or 30.73% from 641); Blue value is 255 (100% from 255 or 39.78% from 641); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDC5FF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5FF is #423A00. Grayscale: #C8C8C8. Windows color (decimal): -4340225 or 16762301. OLE color: 16762301.

HSL color Cylindrical-coordinate representation of color #BDC5FF: hue angle of 232.73º 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 #BDC5FF is Cyan = 0.26, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB189197255-
CMYK0.260.2300
HSL232.73º100%87.06%-
HSV(B)232.73º25.88%100%-
XYZ5957.97102.69-
YUV201.22158.35119.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 197 (77.34% from 255) = 30.73%
BLUE value IS 255 (100% from 255) = 39.78%
R=29.49%
G=30.73%
B=39.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1891972550.260.2300232.7310087.06
HexBDC5FF1A1700e96457
Octal275305377322700351144127
Binary1011110111000101111111111101010111001110100111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5FF; }

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

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

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

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

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

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

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

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