Html Css Color HEX #BFBAE8 Lavender Grey

📋 copy color: '#BFBAE8'

red 191 ◦ green 186 ◦ blue 232

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

Shades of Lavender Grey #BFBAE8

Tints of Lavender Grey #BFBAE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.1%

R = 31.36%
G = 30.54%
B = 38.1%

CMYK

 C value IS 0.18

 M value IS 0.20

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFBAE8 (or 0xBFBAE8) is known color: Lavender Grey. HEX triplet: BF, BA and E8. RGB value is (191,186,232). Sum of RGB (Red+Green+Blue) = 191+186+232=609 (80% of max value = 765). Red value is 191 (75% from 255 or 31.36% from 609); Green value is 186 (73.05% from 255 or 30.54% from 609); Blue value is 232 (91.02% from 255 or 38.10% from 609); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFBAE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBAE8 is #404517. Grayscale: #C0C0C0. Windows color (decimal): -4211992 or 15252159. OLE color: 15252159.

HSL color Cylindrical-coordinate representation of color #BFBAE8: hue angle of 246.52º degrees, saturation: 0.5, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBAE8 is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 186 232 -
CMYK 0.18 0.20 0 0.09
HSL 246.52º 0.5% 0.82% -
HSV(B) 246.52º 0.2% 0.91% -
XYZ 53.61 52.02 83.56 -
YUV 192.74 150.16 126.76 -
System Red Green Blue C M Y K H S L
Decimal 191 186 232 0.18 0.20 0 0.09 246.52 0.5 0.82
Hex BF BA E8 12 14 0 9 F7 32 52
Octal 277 272 350 22 24 0 11 367 62 122
Binary 10111111 10111010 11101000 10010 10100 0 1001 11110111 110010 1010010

Color Harmonies of #BFBAE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBAE8

Black with #BFBAE8

Text Example


Text Example

White with #BFBAE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBAE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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