Html Css Color HEX #BFBBF1 Lavender Grey

📋 copy color: '#BFBBF1'

red 191 ◦ green 187 ◦ blue 241

#BFBBF1
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Lavender Grey #BFBBF1

Tints of Lavender Grey #BFBBF1

RGB

 RED value IS 191 (75% from 255) = 30.86%

 GREEN value IS 187 (73.44% from 255) = 30.21%

 BLUE value IS 241 (94.53% from 255) = 38.93%

R = 30.86%
G = 30.21%
B = 38.93%

CMYK

 C value IS 0.21

 M value IS 0.22

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BFBBF1 (or 0xBFBBF1) is known color: Lavender Grey. HEX triplet: BF, BB and F1. RGB value is (191,187,241). Sum of RGB (Red+Green+Blue) = 191+187+241=619 (81% of max value = 765). Red value is 191 (75% from 255 or 30.86% from 619); Green value is 187 (73.44% from 255 or 30.21% from 619); Blue value is 241 (94.53% from 255 or 38.93% from 619); Max value from RGB is 241 - color contains mainly: blue. Hex color #BFBBF1 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBF1 is #40440E. Grayscale: #C2C2C2. Windows color (decimal): -4211727 or 15842239. OLE color: 15842239.

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

Color convert

RGB 191 187 241 -
CMYK 0.21 0.22 0 0.05
HSL 244.44º 0.66% 0.84% -
HSV(B) 244.44º 0.22% 0.95% -
XYZ 55.13 52.97 90.54 -
YUV 194.35 154.33 125.61 -
System Red Green Blue C M Y K H S L
Decimal 191 187 241 0.21 0.22 0 0.05 244.44 0.66 0.84
Hex BF BB F1 15 16 0 5 F4 42 54
Octal 277 273 361 25 26 0 5 364 102 124
Binary 10111111 10111011 11110001 10101 10110 0 101 11110100 1000010 1010100

Color Harmonies of #BFBBF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBF1

Black with #BFBBF1

Text Example


Text Example

White with #BFBBF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBF1; }

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

 H1.HeaderClassName
 {
   color: #BFBBF1;
 }
 .AnyTagClassName
 {
   color: #BFBBF1;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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