Html Css Color HEX #BFBBF0 Lavender Grey

📋 copy color: '#BFBBF0'

red 191 ◦ green 187 ◦ blue 240

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

Shades of Lavender Grey #BFBBF0

Tints of Lavender Grey #BFBBF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 38.83%

R = 30.91%
G = 30.26%
B = 38.83%

CMYK

 C value IS 0.20

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BFBBF0 (or 0xBFBBF0) is known color: Lavender Grey. HEX triplet: BF, BB and F0. RGB value is (191,187,240). Sum of RGB (Red+Green+Blue) = 191+187+240=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 187 (73.44% from 255 or 30.26% from 618); Blue value is 240 (94.14% from 255 or 38.83% from 618); Max value from RGB is 240 - color contains mainly: blue. Hex color #BFBBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBBF0 is #40440F. Grayscale: #C2C2C2. Windows color (decimal): -4211728 or 15776703. OLE color: 15776703.

HSL color Cylindrical-coordinate representation of color #BFBBF0: hue angle of 244.53º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BFBBF0 is Cyan = 0.20, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 191 187 240 -
CMYK 0.20 0.22 0 0.06
HSL 244.53º 0.64% 0.84% -
HSV(B) 244.53º 0.22% 0.94% -
XYZ 54.98 52.91 89.75 -
YUV 194.24 153.83 125.69 -
System Red Green Blue C M Y K H S L
Decimal 191 187 240 0.20 0.22 0 0.06 244.53 0.64 0.84
Hex BF BB F0 14 16 0 6 F5 40 54
Octal 277 273 360 24 26 0 6 365 100 124
Binary 10111111 10111011 11110000 10100 10110 0 110 11110101 1000000 1010100

Color Harmonies of #BFBBF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBBF0

Black with #BFBBF0

Text Example


Text Example

White with #BFBBF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBBF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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