Html Css Color HEX #BFBED4 Lavender Grey

📋 copy color: '#BFBED4'

red 191 ◦ green 190 ◦ blue 212

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

Shades of Lavender Grey #BFBED4

Tints of Lavender Grey #BFBED4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.75%

R = 32.21%
G = 32.04%
B = 35.75%

CMYK

 C value IS 0.10

 M value IS 0.10

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BFBED4 (or 0xBFBED4) is known color: Lavender Grey. HEX triplet: BF, BE and D4. RGB value is (191,190,212). Sum of RGB (Red+Green+Blue) = 191+190+212=593 (78% of max value = 765). Red value is 191 (75% from 255 or 32.21% from 593); Green value is 190 (74.61% from 255 or 32.04% from 593); Blue value is 212 (83.20% from 255 or 35.75% from 593); Max value from RGB is 212 - color contains mainly: blue. Hex color #BFBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BFBED4 is #40412B. Grayscale: #C0C0C0. Windows color (decimal): -4210988 or 13942463. OLE color: 13942463.

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

Color convert

RGB 191 190 212 -
CMYK 0.10 0.10 0 0.17
HSL 242.73º 0.2% 0.79% -
HSV(B) 242.73º 0.1% 0.83% -
XYZ 51.78 52.66 69.72 -
YUV 192.81 138.83 126.71 -
System Red Green Blue C M Y K H S L
Decimal 191 190 212 0.10 0.10 0 0.17 242.73 0.2 0.79
Hex BF BE D4 A A 0 11 F3 14 4F
Octal 277 276 324 12 12 0 21 363 24 117
Binary 10111111 10111110 11010100 1010 1010 0 10001 11110011 10100 1001111

Color Harmonies of #BFBED4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFBED4

Black with #BFBED4

Text Example


Text Example

White with #BFBED4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFBED4; }

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

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

background-color css

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

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

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

border-color css

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

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

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