#BDC0FB

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

Shades of Lavender Blue #BDC0FB

Tints of Lavender Blue #BDC0FB

Color information

#BDC0FB (or 0xBDC0FB) is unknown color: approx Lavender Blue. HEX triplet: BD, C0 and FB. RGB value is (189,192,251). Sum of RGB (Red+Green+Blue) = 189+192+251=632 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.91% from 632); Green value is 192 (75.39% from 255 or 30.38% from 632); Blue value is 251 (98.44% from 255 or 39.72% from 632); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDC0FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC0FB is #423F04. Grayscale: #C5C5C5. Windows color (decimal): -4341509 or 16498877. OLE color: 16498877.

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

Color convert

RGB189192251-
CMYK0.250.2400.02
HSL237.1º88.57%86.27%-
HSV(B)237.1º24.7%98.43%-
XYZ57.2555.4898.96-
YUV197.83158.01121.7-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.91%
GREEN value IS 192 (75.39% from 255) = 30.38%
BLUE value IS 251 (98.44% from 255) = 39.72%
R=29.91%
G=30.38%
B=39.72%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891922510.250.2400.02237.188.5786.27
HexBDC0FB191802ed5956
Octal275300373313002355131126
Binary10111101110000001111101111001110000101110110110110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC0FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC0FB; }

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

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

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

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

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

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

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

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