Html Css Color HEX #BFBAE6 Lavender Grey

📋 copy color: '#BFBAE6'

red 191 ◦ green 186 ◦ blue 230

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

Shades of Lavender Grey #BFBAE6

Tints of Lavender Grey #BFBAE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 37.89%

R = 31.47%
G = 30.64%
B = 37.89%

CMYK

 C value IS 0.17

 M value IS 0.19

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BFBAE6 (or 0xBFBAE6) is known color: Lavender Grey. HEX triplet: BF, BA and E6. RGB value is (191,186,230). Sum of RGB (Red+Green+Blue) = 191+186+230=607 (80% of max value = 765). Red value is 191 (75% from 255 or 31.47% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 230 (90.23% from 255 or 37.89% from 607); Max value from RGB is 230 - color contains mainly: blue. Hex color #BFBAE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAE6 is #404519. Grayscale: #C0C0C0. Windows color (decimal): -4211994 or 15121087. OLE color: 15121087.

HSL color Cylindrical-coordinate representation of color #BFBAE6: hue angle of 246.82º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBAE6 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 191 186 230 -
CMYK 0.17 0.19 0 0.10
HSL 246.82º 0.47% 0.82% -
HSV(B) 246.82º 0.19% 0.9% -
XYZ 53.33 51.91 82.07 -
YUV 192.51 149.16 126.92 -
System Red Green Blue C M Y K H S L
Decimal 191 186 230 0.17 0.19 0 0.10 246.82 0.47 0.82
Hex BF BA E6 11 13 0 A F7 2F 52
Octal 277 272 346 21 23 0 12 367 57 122
Binary 10111111 10111010 11100110 10001 10011 0 1010 11110111 101111 1010010

Color Harmonies of #BFBAE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBAE6

Black with #BFBAE6

Text Example


Text Example

White with #BFBAE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBAE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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