Html Css Color HEX #BFBAEC Lavender Grey

📋 copy color: '#BFBAEC'

red 191 ◦ green 186 ◦ blue 236

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

Shades of Lavender Grey #BFBAEC

Tints of Lavender Grey #BFBAEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 38.5%

R = 31.16%
G = 30.34%
B = 38.5%

CMYK

 C value IS 0.19

 M value IS 0.21

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFBAEC (or 0xBFBAEC) is known color: Lavender Grey. HEX triplet: BF, BA and EC. RGB value is (191,186,236). Sum of RGB (Red+Green+Blue) = 191+186+236=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 186 (73.05% from 255 or 30.34% from 613); Blue value is 236 (92.58% from 255 or 38.50% from 613); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFBAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAEC is #404513. Grayscale: #C1C1C1. Windows color (decimal): -4211988 or 15514303. OLE color: 15514303.

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

Color convert

RGB 191 186 236 -
CMYK 0.19 0.21 0 0.07
HSL 246º 0.57% 0.83% -
HSV(B) 246º 0.21% 0.93% -
XYZ 54.19 52.25 86.59 -
YUV 193.2 152.16 126.43 -
System Red Green Blue C M Y K H S L
Decimal 191 186 236 0.19 0.21 0 0.07 246 0.57 0.83
Hex BF BA EC 13 15 0 7 F6 39 53
Octal 277 272 354 23 25 0 7 366 71 123
Binary 10111111 10111010 11101100 10011 10101 0 111 11110110 111001 1010011

Color Harmonies of #BFBAEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBAEC

Black with #BFBAEC

Text Example


Text Example

White with #BFBAEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBAEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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