Html Css Color HEX #BEBBE1 Lavender Grey

📋 copy color: '#BEBBE1'

red 190 ◦ green 187 ◦ blue 225

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

Shades of Lavender Grey #BEBBE1

Tints of Lavender Grey #BEBBE1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 37.38%

R = 31.56%
G = 31.06%
B = 37.38%

CMYK

 C value IS 0.16

 M value IS 0.17

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEBBE1 (or 0xBEBBE1) is known color: Lavender Grey. HEX triplet: BE, BB and E1. RGB value is (190,187,225). Sum of RGB (Red+Green+Blue) = 190+187+225=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 225 (88.28% from 255 or 37.38% from 602); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEBBE1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEBBE1 is #41441E. Grayscale: #C0C0C0. Windows color (decimal): -4277279 or 14793662. OLE color: 14793662.

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

Color convert

RGB 190 187 225 -
CMYK 0.16 0.17 0 0.12
HSL 244.74º 0.39% 0.81% -
HSV(B) 244.74º 0.17% 0.88% -
XYZ 52.6 51.92 78.48 -
YUV 192.23 146.49 126.41 -
System Red Green Blue C M Y K H S L
Decimal 190 187 225 0.16 0.17 0 0.12 244.74 0.39 0.81
Hex BE BB E1 10 11 0 C F5 27 51
Octal 276 273 341 20 21 0 14 365 47 121
Binary 10111110 10111011 11100001 10000 10001 0 1100 11110101 100111 1010001

Color Harmonies of #BEBBE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEBBE1

Black with #BEBBE1

Text Example


Text Example

White with #BEBBE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEBBE1; }

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

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

background-color css

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

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

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

border-color css

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

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

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