#BFBBF2

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

Shades of Lavender Blue #BFBBF2

Tints of Lavender Blue #BFBBF2

Color information

#BFBBF2 (or 0xBFBBF2) is unknown color: approx Lavender Blue. HEX triplet: BF, BB and F2. RGB value is (191,187,242). Sum of RGB (Red+Green+Blue) = 191+187+242=620 (82% of max value = 765). Red value is 191 (75% from 255 or 30.81% from 620); Green value is 187 (73.44% from 255 or 30.16% from 620); Blue value is 242 (94.92% from 255 or 39.03% from 620); Max value from RGB is 242 - color contains mainly: blue. Hex color #BFBBF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBF2 is #40440D. Grayscale: #C2C2C2. Windows color (decimal): -4211726 or 15907775. OLE color: 15907775.

HSL color Cylindrical-coordinate representation of color #BFBBF2: hue angle of 244.36º degrees, saturation: 0.68, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BFBBF2 is Cyan = 0.21, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB191187242-
CMYK0.210.2300.05
HSL244.36º67.9%84.12%-
HSV(B)244.36º22.73%94.9%-
XYZ55.2853.0391.33-
YUV194.47154.83125.53-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 30.81%
GREEN value IS 187 (73.44% from 255) = 30.16%
BLUE value IS 242 (94.92% from 255) = 39.03%
R=30.81%
G=30.16%
B=39.03%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1911872420.210.2300.05244.3667.984.12
HexBFBBF2151705f44454
Octal277273362252705364104124
Binary101111111011101111110010101011011101011111010010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBBF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBBF2; }

 p { color: rgb(191,187,242); }

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

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

 a { background-color: rgb(191,187,242); }

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

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

 span { border-color: rgb(191,187,242); }

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