#BDC9FB

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

Shades of Lavender Blue #BDC9FB

Tints of Lavender Blue #BDC9FB

Color information

#BDC9FB (or 0xBDC9FB) is unknown color: approx Lavender Blue. HEX triplet: BD, C9 and FB. RGB value is (189,201,251). Sum of RGB (Red+Green+Blue) = 189+201+251=641 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.49% from 641); Green value is 201 (78.91% from 255 or 31.36% from 641); Blue value is 251 (98.44% from 255 or 39.16% from 641); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDC9FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC9FB is #423604. Grayscale: #CACACA. Windows color (decimal): -4339205 or 16501181. OLE color: 16501181.

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

Color convert

RGB189201251-
CMYK0.250.2000.02
HSL228.39º88.57%86.27%-
HSV(B)228.39º24.7%98.43%-
XYZ59.2959.5699.64-
YUV203.11155.02117.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.49%
GREEN value IS 201 (78.91% from 255) = 31.36%
BLUE value IS 251 (98.44% from 255) = 39.16%
R=29.49%
G=31.36%
B=39.16%

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
Decimal1892012510.250.2000.02228.3988.5786.27
HexBDC9FB191402e45956
Octal275311373312402344131126
Binary10111101110010011111101111001101000101110010010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC9FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC9FB; }

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

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

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

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

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

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

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

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