Html Css Color HEX #BEBBE2 Lavender Grey

📋 copy color: '#BEBBE2'

red 190 ◦ green 187 ◦ blue 226

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

Shades of Lavender Grey #BEBBE2

Tints of Lavender Grey #BEBBE2

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.01%

 BLUE value IS 226 (88.67% from 255) = 37.48%

R = 31.51%
G = 31.01%
B = 37.48%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEBBE2 (or 0xBEBBE2) is known color: Lavender Grey. HEX triplet: BE, BB and E2. RGB value is (190,187,226). Sum of RGB (Red+Green+Blue) = 190+187+226=603 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.51% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 226 (88.67% from 255 or 37.48% from 603); Max value from RGB is 226 - color contains mainly: blue. Hex color #BEBBE2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBE2 is #41441D. Grayscale: #C0C0C0. Windows color (decimal): -4277278 or 14859198. OLE color: 14859198.

HSL color Cylindrical-coordinate representation of color #BEBBE2: hue angle of 244.62º degrees, saturation: 0.4, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEBBE2 is Cyan = 0.16, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 187 226 -
CMYK 0.16 0.17 0 0.11
HSL 244.62º 0.4% 0.81% -
HSV(B) 244.62º 0.17% 0.89% -
XYZ 52.73 51.98 79.21 -
YUV 192.34 146.99 126.33 -
System Red Green Blue C M Y K H S L
Decimal 190 187 226 0.16 0.17 0 0.11 244.62 0.4 0.81
Hex BE BB E2 10 11 0 B F5 28 51
Octal 276 273 342 20 21 0 13 365 50 121
Binary 10111110 10111011 11100010 10000 10001 0 1011 11110101 101000 1010001

Color Harmonies of #BEBBE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBBE2

Black with #BEBBE2

Text Example


Text Example

White with #BEBBE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBBE2; }

 p { color: rgb(190,187,226); }

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

background-color css

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

 a { background-color: rgb(190,187,226); }

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

border-color css

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

 span { border-color: rgb(190,187,226); }

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