Html Css Color HEX #BEBCD7 Lavender Grey

📋 copy color: '#BEBCD7'

red 190 ◦ green 188 ◦ blue 215

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

Shades of Lavender Grey #BEBCD7

Tints of Lavender Grey #BEBCD7

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.7%

 BLUE value IS 215 (84.38% from 255) = 36.26%

R = 32.04%
G = 31.7%
B = 36.26%

CMYK

 C value IS 0.12

 M value IS 0.13

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BEBCD7 (or 0xBEBCD7) is known color: Lavender Grey. HEX triplet: BE, BC and D7. RGB value is (190,188,215). Sum of RGB (Red+Green+Blue) = 190+188+215=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #BEBCD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBCD7 is #414328. Grayscale: #BFBFBF. Windows color (decimal): -4277033 or 14138558. OLE color: 14138558.

HSL color Cylindrical-coordinate representation of color #BEBCD7: hue angle of 244.44º degrees, saturation: 0.25, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #BEBCD7 is Cyan = 0.12, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 188 215 -
CMYK 0.12 0.13 0 0.16
HSL 244.44º 0.25% 0.79% -
HSV(B) 244.44º 0.13% 0.84% -
XYZ 51.48 51.82 71.58 -
YUV 191.68 141.16 126.8 -
System Red Green Blue C M Y K H S L
Decimal 190 188 215 0.12 0.13 0 0.16 244.44 0.25 0.79
Hex BE BC D7 C D 0 10 F4 19 4F
Octal 276 274 327 14 15 0 20 364 31 117
Binary 10111110 10111100 11010111 1100 1101 0 10000 11110100 11001 1001111

Color Harmonies of #BEBCD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBCD7

Black with #BEBCD7

Text Example


Text Example

White with #BEBCD7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBCD7; }

 p { color: rgb(190,188,215); }

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

background-color css

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

 a { background-color: rgb(190,188,215); }

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

border-color css

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

 span { border-color: rgb(190,188,215); }

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