#BDC8FB

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

Shades of Lavender Blue #BDC8FB

Tints of Lavender Blue #BDC8FB

Color information

#BDC8FB (or 0xBDC8FB) is unknown color: approx Lavender Blue. HEX triplet: BD, C8 and FB. RGB value is (189,200,251). Sum of RGB (Red+Green+Blue) = 189+200+251=640 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.53% from 640); Green value is 200 (78.52% from 255 or 31.25% from 640); Blue value is 251 (98.44% from 255 or 39.22% from 640); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDC8FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC8FB is #423704. Grayscale: #CACACA. Windows color (decimal): -4339461 or 16500925. OLE color: 16500925.

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

Color convert

RGB189200251-
CMYK0.250.2000.02
HSL229.35º88.57%86.27%-
HSV(B)229.35º24.7%98.43%-
XYZ59.0559.0999.56-
YUV202.52155.36118.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.53%
GREEN value IS 200 (78.52% from 255) = 31.25%
BLUE value IS 251 (98.44% from 255) = 39.22%
R=29.53%
G=31.25%
B=39.22%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1892002510.250.2000.02229.3588.5786.27
HexBDC8FB191402e55956
Octal275310373312402345131126
Binary10111101110010001111101111001101000101110010110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC8FB; }

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

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

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

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

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

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

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

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