#BFBDF8

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

Shades of Lavender Blue #BFBDF8

Tints of Lavender Blue #BFBDF8

Color information

#BFBDF8 (or 0xBFBDF8) is unknown color: approx Lavender Blue. HEX triplet: BF, BD and F8. RGB value is (191,189,248). Sum of RGB (Red+Green+Blue) = 191+189+248=628 (83% of max value = 765). Red value is 191 (75% from 255 or 30.41% from 628); Green value is 189 (74.22% from 255 or 30.10% from 628); Blue value is 248 (97.27% from 255 or 39.49% from 628); Max value from RGB is 248 - color contains mainly: blue. Hex color #BFBDF8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDF8 is #404207. Grayscale: #C4C4C4. Windows color (decimal): -4211208 or 16301503. OLE color: 16301503.

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

Color convert

RGB191189248-
CMYK0.230.2400.03
HSL242.03º80.82%85.69%-
HSV(B)242.03º23.79%97.25%-
XYZ56.6354.2596.29-
YUV196.32157.16124.2-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.41%
GREEN value IS 189 (74.22% from 255) = 30.10%
BLUE value IS 248 (97.27% from 255) = 39.49%
R=30.41%
G=30.10%
B=39.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1911892480.230.2400.03242.0380.8285.69
HexBFBDF8171803f25156
Octal277275370273003362121126
Binary10111111101111011111100010111110000111111001010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBDF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBDF8; }

 p { color: rgb(191,189,248); }

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

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

 a { background-color: rgb(191,189,248); }

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

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

 span { border-color: rgb(191,189,248); }

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