Html Css Color HEX #BEC1E5 Lavender Grey

📋 copy color: '#BEC1E5'

red 190 ◦ green 193 ◦ blue 229

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

Shades of Lavender Grey #BEC1E5

Tints of Lavender Grey #BEC1E5

RGB

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

 GREEN value IS 193 (75.78% from 255) = 31.54%

 BLUE value IS 229 (89.84% from 255) = 37.42%

R = 31.05%
G = 31.54%
B = 37.42%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BEC1E5 (or 0xBEC1E5) is known color: Lavender Grey. HEX triplet: BE, C1 and E5. RGB value is (190,193,229). Sum of RGB (Red+Green+Blue) = 190+193+229=612 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.05% from 612); Green value is 193 (75.78% from 255 or 31.54% from 612); Blue value is 229 (89.84% from 255 or 37.42% from 612); Max value from RGB is 229 - color contains mainly: blue. Hex color #BEC1E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1E5 is #413E1A. Grayscale: #C4C4C4. Windows color (decimal): -4275739 or 15057342. OLE color: 15057342.

HSL color Cylindrical-coordinate representation of color #BEC1E5: hue angle of 235.38º degrees, saturation: 0.43, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEC1E5 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 193 229 -
CMYK 0.17 0.16 0 0.10
HSL 235.38º 0.43% 0.82% -
HSV(B) 235.38º 0.17% 0.9% -
XYZ 54.45 54.74 81.83 -
YUV 196.21 146.51 123.57 -
System Red Green Blue C M Y K H S L
Decimal 190 193 229 0.17 0.16 0 0.10 235.38 0.43 0.82
Hex BE C1 E5 11 10 0 A EB 2B 52
Octal 276 301 345 21 20 0 12 353 53 122
Binary 10111110 11000001 11100101 10001 10000 0 1010 11101011 101011 1010010

Color Harmonies of #BEC1E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1E5

Black with #BEC1E5

Text Example


Text Example

White with #BEC1E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1E5; }

 p { color: rgb(190,193,229); }

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

background-color css

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

 a { background-color: rgb(190,193,229); }

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

border-color css

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

 span { border-color: rgb(190,193,229); }

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