Html Css Color HEX #BFBEED Lavender Grey

📋 copy color: '#BFBEED'

red 191 ◦ green 190 ◦ blue 237

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

Shades of Lavender Grey #BFBEED

Tints of Lavender Grey #BFBEED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.35%

R = 30.91%
G = 30.74%
B = 38.35%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFBEED (or 0xBFBEED) is known color: Lavender Grey. HEX triplet: BF, BE and ED. RGB value is (191,190,237). Sum of RGB (Red+Green+Blue) = 191+190+237=618 (81% of max value = 765). Red value is 191 (75% from 255 or 30.91% from 618); Green value is 190 (74.61% from 255 or 30.74% from 618); Blue value is 237 (92.97% from 255 or 38.35% from 618); Max value from RGB is 237 - color contains mainly: blue. Hex color #BFBEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBEED is #404112. Grayscale: #C3C3C3. Windows color (decimal): -4210963 or 15580863. OLE color: 15580863.

HSL color Cylindrical-coordinate representation of color #BFBEED: hue angle of 241.28º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBEED is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 190 237 -
CMYK 0.19 0.20 0 0.07
HSL 241.28º 0.57% 0.84% -
HSV(B) 241.28º 0.2% 0.93% -
XYZ 55.19 54.02 87.64 -
YUV 195.66 151.33 124.68 -
System Red Green Blue C M Y K H S L
Decimal 191 190 237 0.19 0.20 0 0.07 241.28 0.57 0.84
Hex BF BE ED 13 14 0 7 F1 39 54
Octal 277 276 355 23 24 0 7 361 71 124
Binary 10111111 10111110 11101101 10011 10100 0 111 11110001 111001 1010100

Color Harmonies of #BFBEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBEED

Black with #BFBEED

Text Example


Text Example

White with #BFBEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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