Html Css Color HEX #BFBDE8 Lavender Grey

📋 copy color: '#BFBDE8'

red 191 ◦ green 189 ◦ blue 232

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

Shades of Lavender Grey #BFBDE8

Tints of Lavender Grey #BFBDE8

RGB

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

 GREEN value IS 189 (74.22% from 255) = 30.88%

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

R = 31.21%
G = 30.88%
B = 37.91%

CMYK

 C value IS 0.18

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFBDE8 (or 0xBFBDE8) is known color: Lavender Grey. HEX triplet: BF, BD and E8. RGB value is (191,189,232). Sum of RGB (Red+Green+Blue) = 191+189+232=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 189 (74.22% from 255 or 30.88% from 612); Blue value is 232 (91.02% from 255 or 37.91% from 612); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFBDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDE8 is #404217. Grayscale: #C2C2C2. Windows color (decimal): -4211224 or 15252927. OLE color: 15252927.

HSL color Cylindrical-coordinate representation of color #BFBDE8: hue angle of 242.79º degrees, saturation: 0.48, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BFBDE8 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 189 232 -
CMYK 0.18 0.19 0 0.09
HSL 242.79º 0.48% 0.83% -
HSV(B) 242.79º 0.19% 0.91% -
XYZ 54.25 53.3 83.77 -
YUV 194.5 149.16 125.5 -
System Red Green Blue C M Y K H S L
Decimal 191 189 232 0.18 0.19 0 0.09 242.79 0.48 0.83
Hex BF BD E8 12 13 0 9 F3 30 53
Octal 277 275 350 22 23 0 11 363 60 123
Binary 10111111 10111101 11101000 10010 10011 0 1001 11110011 110000 1010011

Color Harmonies of #BFBDE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBDE8

Black with #BFBDE8

Text Example


Text Example

White with #BFBDE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBDE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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