Html Css Color HEX #BEC1E4 Lavender Grey

📋 copy color: '#BEC1E4'

red 190 ◦ green 193 ◦ blue 228

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

Shades of Lavender Grey #BEC1E4

Tints of Lavender Grey #BEC1E4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 37.32%

R = 31.1%
G = 31.59%
B = 37.32%

CMYK

 C value IS 0.17

 M value IS 0.15

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEC1E4 (or 0xBEC1E4) is known color: Lavender Grey. HEX triplet: BE, C1 and E4. RGB value is (190,193,228). Sum of RGB (Red+Green+Blue) = 190+193+228=611 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.10% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 228 (89.45% from 255 or 37.32% from 611); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEC1E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC1E4 is #413E1B. Grayscale: #C3C3C3. Windows color (decimal): -4275740 or 14991806. OLE color: 14991806.

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

Color convert

RGB 190 193 228 -
CMYK 0.17 0.15 0 0.11
HSL 235.26º 0.41% 0.82% -
HSV(B) 235.26º 0.17% 0.89% -
XYZ 54.31 54.69 81.09 -
YUV 196.09 146.01 123.65 -
System Red Green Blue C M Y K H S L
Decimal 190 193 228 0.17 0.15 0 0.11 235.26 0.41 0.82
Hex BE C1 E4 11 F 0 B EB 29 52
Octal 276 301 344 21 17 0 13 353 51 122
Binary 10111110 11000001 11100100 10001 1111 0 1011 11101011 101001 1010010

Color Harmonies of #BEC1E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC1E4

Black with #BEC1E4

Text Example


Text Example

White with #BEC1E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC1E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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