Html Css Color HEX #BFBFE0 Lavender Grey

📋 copy color: '#BFBFE0'

red 191 ◦ green 191 ◦ blue 224

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

Shades of Lavender Grey #BFBFE0

Tints of Lavender Grey #BFBFE0

RGB

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

 GREEN value IS 191 (75% from 255) = 31.52%

 BLUE value IS 224 (87.89% from 255) = 36.96%

R = 31.52%
G = 31.52%
B = 36.96%

CMYK

 C value IS 0.15

 M value IS 0.15

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BFBFE0 (or 0xBFBFE0) is known color: Lavender Grey. HEX triplet: BF, BF and E0. RGB value is (191,191,224). Sum of RGB (Red+Green+Blue) = 191+191+224=606 (80% of max value = 765). Red value is 191 (75% from 255 or 31.52% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #BFBFE0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBFE0 is #40401F. Grayscale: #C2C2C2. Windows color (decimal): -4210720 or 14729151. OLE color: 14729151.

HSL color Cylindrical-coordinate representation of color #BFBFE0: hue angle of 240º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BFBFE0 is Cyan = 0.15, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 191 191 224 -
CMYK 0.15 0.15 0 0.12
HSL 240º 0.35% 0.81% -
HSV(B) 240º 0.15% 0.88% -
XYZ 53.57 53.72 78.07 -
YUV 194.76 144.5 125.32 -
System Red Green Blue C M Y K H S L
Decimal 191 191 224 0.15 0.15 0 0.12 240 0.35 0.81
Hex BF BF E0 F F 0 C F0 23 51
Octal 277 277 340 17 17 0 14 360 43 121
Binary 10111111 10111111 11100000 1111 1111 0 1100 11110000 100011 1010001

Color Harmonies of #BFBFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBFE0

Black with #BFBFE0

Text Example


Text Example

White with #BFBFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBFE0; }

 p { color: rgb(191,191,224); }

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

background-color css

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

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

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

border-color css

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

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

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