Html Css Color HEX #BFBEE4 Lavender Grey

📋 copy color: '#BFBEE4'

red 191 ◦ green 190 ◦ blue 228

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

Shades of Lavender Grey #BFBEE4

Tints of Lavender Grey #BFBEE4

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.2%

 BLUE value IS 228 (89.45% from 255) = 37.44%

R = 31.36%
G = 31.2%
B = 37.44%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFBEE4 (or 0xBFBEE4) is known color: Lavender Grey. HEX triplet: BF, BE and E4. RGB value is (191,190,228). Sum of RGB (Red+Green+Blue) = 191+190+228=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 190 (74.61% from 255 or 31.20% from 609); Blue value is 228 (89.45% from 255 or 37.44% from 609); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFBEE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBEE4 is #40411B. Grayscale: #C2C2C2. Windows color (decimal): -4210972 or 14991039. OLE color: 14991039.

HSL color Cylindrical-coordinate representation of color #BFBEE4: hue angle of 241.58º degrees, saturation: 0.41, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BFBEE4 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 190 228 -
CMYK 0.16 0.17 0 0.11
HSL 241.58º 0.41% 0.82% -
HSV(B) 241.58º 0.17% 0.89% -
XYZ 53.9 53.5 80.89 -
YUV 194.63 146.83 125.41 -
System Red Green Blue C M Y K H S L
Decimal 191 190 228 0.16 0.17 0 0.11 241.58 0.41 0.82
Hex BF BE E4 10 11 0 B F2 29 52
Octal 277 276 344 20 21 0 13 362 51 122
Binary 10111111 10111110 11100100 10000 10001 0 1011 11110010 101001 1010010

Color Harmonies of #BFBEE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEE4

Black with #BFBEE4

Text Example


Text Example

White with #BFBEE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEE4; }

 p { color: rgb(191,190,228); }

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

background-color css

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

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

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

border-color css

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

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

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