#BDC6F9

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

Shades of Lavender Blue #BDC6F9

Tints of Lavender Blue #BDC6F9

Color information

#BDC6F9 (or 0xBDC6F9) is unknown color: approx Lavender Blue. HEX triplet: BD, C6 and F9. RGB value is (189,198,249). Sum of RGB (Red+Green+Blue) = 189+198+249=636 (84% of max value = 765). Red value is 189 (74.22% from 255 or 29.72% from 636); Green value is 198 (77.73% from 255 or 31.13% from 636); Blue value is 249 (97.66% from 255 or 39.15% from 636); Max value from RGB is 249 - color contains mainly: blue. Hex color #BDC6F9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BDC6F9 is #423906. Grayscale: #C8C8C8. Windows color (decimal): -4339975 or 16369341. OLE color: 16369341.

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

Color convert

RGB189198249-
CMYK0.240.2000.02
HSL231º83.33%85.88%-
HSV(B)231º24.1%97.65%-
XYZ58.2858.0597.75-
YUV201.12155.02119.35-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 29.72%
GREEN value IS 198 (77.73% from 255) = 31.13%
BLUE value IS 249 (97.66% from 255) = 39.15%
R=29.72%
G=31.13%
B=39.15%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1891982490.240.2000.0223183.3385.88
HexBDC6F9181402e75356
Octal275306371302402347123126
Binary10111101110001101111100111000101000101110011110100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDC6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDC6F9; }

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

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

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

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

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

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

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

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