#BDC5F9

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

Shades of Lavender Blue #BDC5F9

Tints of Lavender Blue #BDC5F9

Color information

#BDC5F9 (or 0xBDC5F9) is unknown color: approx Lavender Blue. HEX triplet: BD, C5 and F9. RGB value is (189,197,249). Sum of RGB (Red+Green+Blue) = 189+197+249=635 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.76% from 635); Green value is 197 (77.34% from 255 or 31.02% from 635); Blue value is 249 (97.66% from 255 or 39.21% from 635); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDC5F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC5F9 is #423A06. Grayscale: #C8C8C8. Windows color (decimal): -4340231 or 16369085. OLE color: 16369085.

HSL color Cylindrical-coordinate representation of color #BDC5F9: hue angle of 232º degrees, saturation: 0.83, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDC5F9 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB189197249-
CMYK0.240.2100.02
HSL232º83.33%85.88%-
HSV(B)232º24.1%97.65%-
XYZ58.0557.5997.68-
YUV200.54155.35119.77-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.76%
GREEN value IS 197 (77.34% from 255) = 31.02%
BLUE value IS 249 (97.66% from 255) = 39.21%
R=29.76%
G=31.02%
B=39.21%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891972490.240.2100.0223283.3385.88
HexBDC5F9181502e85356
Octal275305371302502350123126
Binary10111101110001011111100111000101010101110100010100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC5F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC5F9; }

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

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

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

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

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

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

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

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