Html Css Color HEX #BEC1E1 Lavender Grey

📋 copy color: '#BEC1E1'

red 190 ◦ green 193 ◦ blue 225

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

Shades of Lavender Grey #BEC1E1

Tints of Lavender Grey #BEC1E1

RGB

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

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

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

R = 31.25%
G = 31.74%
B = 37.01%

CMYK

 C value IS 0.16

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEC1E1 (or 0xBEC1E1) is known color: Lavender Grey. HEX triplet: BE, C1 and E1. RGB value is (190,193,225). Sum of RGB (Red+Green+Blue) = 190+193+225=608 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.25% from 608); Green value is 193 (75.78% from 255 or 31.74% from 608); Blue value is 225 (88.28% from 255 or 37.01% from 608); Max value from RGB is 225 - color contains mainly: blue. Hex color #BEC1E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1E1 is #413E1E. Grayscale: #C3C3C3. Windows color (decimal): -4275743 or 14795198. OLE color: 14795198.

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

Color convert

RGB 190 193 225 -
CMYK 0.16 0.14 0 0.12
HSL 234.86º 0.37% 0.81% -
HSV(B) 234.86º 0.16% 0.88% -
XYZ 53.9 54.52 78.92 -
YUV 195.75 144.51 123.9 -
System Red Green Blue C M Y K H S L
Decimal 190 193 225 0.16 0.14 0 0.12 234.86 0.37 0.81
Hex BE C1 E1 10 E 0 C EB 25 51
Octal 276 301 341 20 16 0 14 353 45 121
Binary 10111110 11000001 11100001 10000 1110 0 1100 11101011 100101 1010001

Color Harmonies of #BEC1E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1E1

Black with #BEC1E1

Text Example


Text Example

White with #BEC1E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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