#BDC5F7

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

Shades of Lavender Blue #BDC5F7

Tints of Lavender Blue #BDC5F7

Color information

#BDC5F7 (or 0xBDC5F7) is unknown color: approx Lavender Blue. HEX triplet: BD, C5 and F7. RGB value is (189,197,247). Sum of RGB (Red+Green+Blue) = 189+197+247=633 (83% of max value = 765). Red value is 189 (74.22% from 255 or 29.86% from 633); Green value is 197 (77.34% from 255 or 31.12% from 633); Blue value is 247 (96.88% from 255 or 39.02% from 633); Max value from RGB is 247 - color contains mainly: blue. Hex color #BDC5F7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F7 is #423A08. Grayscale: #C8C8C8. Windows color (decimal): -4340233 or 16238013. OLE color: 16238013.

HSL color Cylindrical-coordinate representation of color #BDC5F7: hue angle of 231.72º degrees, saturation: 0.78, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BDC5F7 is Cyan = 0.23, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB189197247-
CMYK0.230.2000.03
HSL231.72º78.38%85.49%-
HSV(B)231.72º23.48%96.86%-
XYZ57.7457.4796.04-
YUV200.31154.35119.93-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.86%
GREEN value IS 197 (77.34% from 255) = 31.12%
BLUE value IS 247 (96.88% from 255) = 39.02%
R=29.86%
G=31.12%
B=39.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1891972470.230.2000.03231.7278.3885.49
HexBDC5F7171403e84e55
Octal275305367272403350116125
Binary10111101110001011111011110111101000111110100010011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5F7; }

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

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

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

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

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

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

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

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