Html Css Color HEX #BFBDEB Lavender Grey

📋 copy color: '#BFBDEB'

red 191 ◦ green 189 ◦ blue 235

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

Shades of Lavender Grey #BFBDEB

Tints of Lavender Grey #BFBDEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 38.21%

R = 31.06%
G = 30.73%
B = 38.21%

CMYK

 C value IS 0.19

 M value IS 0.20

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFBDEB (or 0xBFBDEB) is known color: Lavender Grey. HEX triplet: BF, BD and EB. RGB value is (191,189,235). Sum of RGB (Red+Green+Blue) = 191+189+235=615 (81% of max value = 765). Red value is 191 (75% from 255 or 31.06% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 235 (92.19% from 255 or 38.21% from 615); Max value from RGB is 235 - color contains mainly: blue. Hex color #BFBDEB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BFBDEB is #404214. Grayscale: #C2C2C2. Windows color (decimal): -4211221 or 15449535. OLE color: 15449535.

HSL color Cylindrical-coordinate representation of color #BFBDEB: hue angle of 242.61º degrees, saturation: 0.53, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFBDEB is Cyan = 0.19, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 189 235 -
CMYK 0.19 0.20 0 0.08
HSL 242.61º 0.53% 0.83% -
HSV(B) 242.61º 0.2% 0.92% -
XYZ 54.68 53.47 86.04 -
YUV 194.84 150.66 125.26 -
System Red Green Blue C M Y K H S L
Decimal 191 189 235 0.19 0.20 0 0.08 242.61 0.53 0.83
Hex BF BD EB 13 14 0 8 F3 35 53
Octal 277 275 353 23 24 0 10 363 65 123
Binary 10111111 10111101 11101011 10011 10100 0 1000 11110011 110101 1010011

Color Harmonies of #BFBDEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBDEB

Black with #BFBDEB

Text Example


Text Example

White with #BFBDEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBDEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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