Html Css Color HEX #BEC1E0 Lavender Grey

📋 copy color: '#BEC1E0'

red 190 ◦ green 193 ◦ blue 224

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

Shades of Lavender Grey #BEC1E0

Tints of Lavender Grey #BEC1E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.9%

R = 31.3%
G = 31.8%
B = 36.9%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEC1E0 (or 0xBEC1E0) is known color: Lavender Grey. HEX triplet: BE, C1 and E0. RGB value is (190,193,224). Sum of RGB (Red+Green+Blue) = 190+193+224=607 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.30% from 607); Green value is 193 (75.78% from 255 or 31.80% from 607); Blue value is 224 (87.89% from 255 or 36.90% from 607); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEC1E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1E0 is #413E1F. Grayscale: #C3C3C3. Windows color (decimal): -4275744 or 14729662. OLE color: 14729662.

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

Color convert

RGB 190 193 224 -
CMYK 0.15 0.14 0 0.12
HSL 234.71º 0.35% 0.81% -
HSV(B) 234.71º 0.15% 0.88% -
XYZ 53.76 54.47 78.2 -
YUV 195.64 144.01 123.98 -
System Red Green Blue C M Y K H S L
Decimal 190 193 224 0.15 0.14 0 0.12 234.71 0.35 0.81
Hex BE C1 E0 F E 0 C EB 23 51
Octal 276 301 340 17 16 0 14 353 43 121
Binary 10111110 11000001 11100000 1111 1110 0 1100 11101011 100011 1010001

Color Harmonies of #BEC1E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1E0

Black with #BEC1E0

Text Example


Text Example

White with #BEC1E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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