Html Css Color HEX #BFBFEB Lavender Grey

📋 copy color: '#BFBFEB'

red 191 ◦ green 191 ◦ blue 235

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

Shades of Lavender Grey #BFBFEB

Tints of Lavender Grey #BFBFEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.09%

R = 30.96%
G = 30.96%
B = 38.09%

CMYK

 C value IS 0.19

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFBFEB (or 0xBFBFEB) is known color: Lavender Grey. HEX triplet: BF, BF and EB. RGB value is (191,191,235). Sum of RGB (Red+Green+Blue) = 191+191+235=617 (81% of max value = 765). Red value is 191 (75% from 255 or 30.96% from 617); Green value is 191 (75% from 255 or 30.96% from 617); Blue value is 235 (92.19% from 255 or 38.09% from 617); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFBFEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBFEB is #404014. Grayscale: #C3C3C3. Windows color (decimal): -4210709 or 15450047. OLE color: 15450047.

HSL color Cylindrical-coordinate representation of color #BFBFEB: hue angle of 240º degrees, saturation: 0.52, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBFEB is Cyan = 0.19, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 191 235 -
CMYK 0.19 0.19 0 0.08
HSL 240º 0.52% 0.84% -
HSV(B) 240º 0.19% 0.92% -
XYZ 55.11 54.34 86.18 -
YUV 196.02 150 124.42 -
System Red Green Blue C M Y K H S L
Decimal 191 191 235 0.19 0.19 0 0.08 240 0.52 0.84
Hex BF BF EB 13 13 0 8 F0 34 54
Octal 277 277 353 23 23 0 10 360 64 124
Binary 10111111 10111111 11101011 10011 10011 0 1000 11110000 110100 1010100

Color Harmonies of #BFBFEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBFEB

Black with #BFBFEB

Text Example


Text Example

White with #BFBFEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBFEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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