Html Css Color HEX #BFBED3 Lavender Grey

📋 copy color: '#BFBED3'

red 191 ◦ green 190 ◦ blue 211

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

Shades of Lavender Grey #BFBED3

Tints of Lavender Grey #BFBED3

RGB

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

 GREEN value IS 190 (74.61% from 255) = 32.09%

 BLUE value IS 211 (82.81% from 255) = 35.64%

R = 32.26%
G = 32.09%
B = 35.64%

CMYK

 C value IS 0.09

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFBED3 (or 0xBFBED3) is known color: Lavender Grey. HEX triplet: BF, BE and D3. RGB value is (191,190,211). Sum of RGB (Red+Green+Blue) = 191+190+211=592 (78% of max value = 765). Red value is 191 (75% from 255 or 32.26% from 592); Green value is 190 (74.61% from 255 or 32.09% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #BFBED3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBED3 is #40412C. Grayscale: #C0C0C0. Windows color (decimal): -4210989 or 13876927. OLE color: 13876927.

HSL color Cylindrical-coordinate representation of color #BFBED3: hue angle of 242.86º degrees, saturation: 0.19, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #BFBED3 is Cyan = 0.09, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 191 190 211 -
CMYK 0.09 0.10 0 0.17
HSL 242.86º 0.19% 0.79% -
HSV(B) 242.86º 0.1% 0.83% -
XYZ 51.66 52.61 69.06 -
YUV 192.69 138.33 126.79 -
System Red Green Blue C M Y K H S L
Decimal 191 190 211 0.09 0.10 0 0.17 242.86 0.19 0.79
Hex BF BE D3 9 A 0 11 F3 13 4F
Octal 277 276 323 11 12 0 21 363 23 117
Binary 10111111 10111110 11010011 1001 1010 0 10001 11110011 10011 1001111

Color Harmonies of #BFBED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBED3

Black with #BFBED3

Text Example


Text Example

White with #BFBED3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBED3; }

 p { color: rgb(191,190,211); }

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

background-color css

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

 a { background-color: rgb(191,190,211); }

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

border-color css

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

 span { border-color: rgb(191,190,211); }

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