Html Css Color HEX #BFBDE9 Lavender Grey

📋 copy color: '#BFBDE9'

red 191 ◦ green 189 ◦ blue 233

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

Shades of Lavender Grey #BFBDE9

Tints of Lavender Grey #BFBDE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 38.01%

R = 31.16%
G = 30.83%
B = 38.01%

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

#BFBDE9 (or 0xBFBDE9) is known color: Lavender Grey. HEX triplet: BF, BD and E9. RGB value is (191,189,233). Sum of RGB (Red+Green+Blue) = 191+189+233=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 189 (74.22% from 255 or 30.83% from 613); Blue value is 233 (91.41% from 255 or 38.01% from 613); Max value from RGB is 233 - color contains mainly: blue. Hex color #BFBDE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDE9 is #404216. Grayscale: #C2C2C2. Windows color (decimal): -4211223 or 15318463. OLE color: 15318463.

HSL color Cylindrical-coordinate representation of color #BFBDE9: hue angle of 242.73º degrees, saturation: 0.5, 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 #BFBDE9 is Cyan = 0.18, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 189 233 -
CMYK 0.18 0.19 0 0.09
HSL 242.73º 0.5% 0.83% -
HSV(B) 242.73º 0.19% 0.91% -
XYZ 54.39 53.35 84.52 -
YUV 194.61 149.66 125.42 -
System Red Green Blue C M Y K H S L
Decimal 191 189 233 0.18 0.19 0 0.09 242.73 0.5 0.83
Hex BF BD E9 12 13 0 9 F3 32 53
Octal 277 275 351 22 23 0 11 363 62 123
Binary 10111111 10111101 11101001 10010 10011 0 1001 11110011 110010 1010011

Color Harmonies of #BFBDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBDE9

Black with #BFBDE9

Text Example


Text Example

White with #BFBDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBDE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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