#BDC1FB

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

Shades of Lavender Blue #BDC1FB

Tints of Lavender Blue #BDC1FB

Color information

#BDC1FB (or 0xBDC1FB) is unknown color: approx Lavender Blue. HEX triplet: BD, C1 and FB. RGB value is (189,193,251). Sum of RGB (Red+Green+Blue) = 189+193+251=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 193 (75.78% from 255 or 30.49% from 633); Blue value is 251 (98.44% from 255 or 39.65% from 633); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDC1FB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC1FB is #423E04. Grayscale: #C6C6C6. Windows color (decimal): -4341253 or 16499133. OLE color: 16499133.

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

Color convert

RGB189193251-
CMYK0.250.2300.02
HSL236.13º88.57%86.27%-
HSV(B)236.13º24.7%98.43%-
XYZ57.4755.9299.03-
YUV198.42157.67121.28-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 193 (75.78% from 255) = 30.49%
BLUE value IS 251 (98.44% from 255) = 39.65%
R=29.86%
G=30.49%
B=39.65%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891932510.250.2300.02236.1388.5786.27
HexBDC1FB191702ec5956
Octal275301373312702354131126
Binary10111101110000011111101111001101110101110110010110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC1FB; }

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

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

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

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

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

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

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

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