Html Css Color HEX #BFBAEB Lavender Grey

📋 copy color: '#BFBAEB'

red 191 ◦ green 186 ◦ blue 235

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

Shades of Lavender Grey #BFBAEB

Tints of Lavender Grey #BFBAEB

RGB

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

 GREEN value IS 186 (73.05% from 255) = 30.39%

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

R = 31.21%
G = 30.39%
B = 38.4%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFBAEB (or 0xBFBAEB) is known color: Lavender Grey. HEX triplet: BF, BA and EB. RGB value is (191,186,235). Sum of RGB (Red+Green+Blue) = 191+186+235=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 186 (73.05% from 255 or 30.39% from 612); Blue value is 235 (92.19% from 255 or 38.40% from 612); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFBAEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAEB is #404514. Grayscale: #C0C0C0. Windows color (decimal): -4211989 or 15448767. OLE color: 15448767.

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

Color convert

RGB 191 186 235 -
CMYK 0.19 0.21 0 0.08
HSL 246.12º 0.55% 0.83% -
HSV(B) 246.12º 0.21% 0.92% -
XYZ 54.04 52.19 85.82 -
YUV 193.08 151.66 126.52 -
System Red Green Blue C M Y K H S L
Decimal 191 186 235 0.19 0.21 0 0.08 246.12 0.55 0.83
Hex BF BA EB 13 15 0 8 F6 37 53
Octal 277 272 353 23 25 0 10 366 67 123
Binary 10111111 10111010 11101011 10011 10101 0 1000 11110110 110111 1010011

Color Harmonies of #BFBAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBAEB

Black with #BFBAEB

Text Example


Text Example

White with #BFBAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBAEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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