Html Css Color HEX #BFBAEA Lavender Grey

📋 copy color: '#BFBAEA'

red 191 ◦ green 186 ◦ blue 234

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

Shades of Lavender Grey #BFBAEA

Tints of Lavender Grey #BFBAEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 38.3%

R = 31.26%
G = 30.44%
B = 38.3%

CMYK

 C value IS 0.18

 M value IS 0.21

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFBAEA (or 0xBFBAEA) is known color: Lavender Grey. HEX triplet: BF, BA and EA. RGB value is (191,186,234). Sum of RGB (Red+Green+Blue) = 191+186+234=611 (80% of max value = 765). Red value is 191 (75% from 255 or 31.26% from 611); Green value is 186 (73.05% from 255 or 30.44% from 611); Blue value is 234 (91.80% from 255 or 38.30% from 611); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFBAEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAEA is #404515. Grayscale: #C0C0C0. Windows color (decimal): -4211990 or 15383231. OLE color: 15383231.

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

Color convert

RGB 191 186 234 -
CMYK 0.18 0.21 0 0.08
HSL 246.25º 0.53% 0.82% -
HSV(B) 246.25º 0.21% 0.92% -
XYZ 53.9 52.13 85.06 -
YUV 192.97 151.16 126.6 -
System Red Green Blue C M Y K H S L
Decimal 191 186 234 0.18 0.21 0 0.08 246.25 0.53 0.82
Hex BF BA EA 12 15 0 8 F6 35 52
Octal 277 272 352 22 25 0 10 366 65 122
Binary 10111111 10111010 11101010 10010 10101 0 1000 11110110 110101 1010010

Color Harmonies of #BFBAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBAEA

Black with #BFBAEA

Text Example


Text Example

White with #BFBAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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