#BDC5FB

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

Shades of Lavender Blue #BDC5FB

Tints of Lavender Blue #BDC5FB

Color information

#BDC5FB (or 0xBDC5FB) is unknown color: approx Lavender Blue. HEX triplet: BD, C5 and FB. RGB value is (189,197,251). Sum of RGB (Red+Green+Blue) = 189+197+251=637 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.67% from 637); Green value is 197 (77.34% from 255 or 30.93% from 637); Blue value is 251 (98.44% from 255 or 39.40% from 637); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDC5FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5FB is #423A04. Grayscale: #C8C8C8. Windows color (decimal): -4340229 or 16500157. OLE color: 16500157.

HSL color Cylindrical-coordinate representation of color #BDC5FB: hue angle of 232.26º degrees, saturation: 0.89, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BDC5FB is Cyan = 0.25, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189197251-
CMYK0.250.2200.02
HSL232.26º88.57%86.27%-
HSV(B)232.26º24.7%98.43%-
XYZ58.3757.7299.33-
YUV200.76156.35119.61-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.67%
GREEN value IS 197 (77.34% from 255) = 30.93%
BLUE value IS 251 (98.44% from 255) = 39.40%
R=29.67%
G=30.93%
B=39.40%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891972510.250.2200.02232.2688.5786.27
HexBDC5FB191602e85956
Octal275305373312602350131126
Binary10111101110001011111101111001101100101110100010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5FB; }

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

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

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

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

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

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

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

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