Html Css Color HEX #BFBAE4 Lavender Grey

📋 copy color: '#BFBAE4'

red 191 ◦ green 186 ◦ blue 228

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

Shades of Lavender Grey #BFBAE4

Tints of Lavender Grey #BFBAE4

RGB

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

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

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

R = 31.57%
G = 30.74%
B = 37.69%

CMYK

 C value IS 0.16

 M value IS 0.18

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFBAE4 (or 0xBFBAE4) is known color: Lavender Grey. HEX triplet: BF, BA and E4. RGB value is (191,186,228). Sum of RGB (Red+Green+Blue) = 191+186+228=605 (80% of max value = 765). Red value is 191 (75% from 255 or 31.57% from 605); Green value is 186 (73.05% from 255 or 30.74% from 605); Blue value is 228 (89.45% from 255 or 37.69% from 605); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFBAE4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBAE4 is #40451B. Grayscale: #C0C0C0. Windows color (decimal): -4211996 or 14990015. OLE color: 14990015.

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

Color convert

RGB 191 186 228 -
CMYK 0.16 0.18 0 0.11
HSL 247.14º 0.44% 0.81% -
HSV(B) 247.14º 0.18% 0.89% -
XYZ 53.05 51.8 80.6 -
YUV 192.28 148.16 127.08 -
System Red Green Blue C M Y K H S L
Decimal 191 186 228 0.16 0.18 0 0.11 247.14 0.44 0.81
Hex BF BA E4 10 12 0 B F7 2C 51
Octal 277 272 344 20 22 0 13 367 54 121
Binary 10111111 10111010 11100100 10000 10010 0 1011 11110111 101100 1010001

Color Harmonies of #BFBAE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBAE4

Black with #BFBAE4

Text Example


Text Example

White with #BFBAE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBAE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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