Html Css Color HEX #BEC0E4 Lavender Grey

📋 copy color: '#BEC0E4'

red 190 ◦ green 192 ◦ blue 228

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

Shades of Lavender Grey #BEC0E4

Tints of Lavender Grey #BEC0E4

RGB

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

 GREEN value IS 192 (75.39% from 255) = 31.48%

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

R = 31.15%
G = 31.48%
B = 37.38%

CMYK

 C value IS 0.17

 M value IS 0.16

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BEC0E4 (or 0xBEC0E4) is known color: Lavender Grey. HEX triplet: BE, C0 and E4. RGB value is (190,192,228). Sum of RGB (Red+Green+Blue) = 190+192+228=610 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.15% from 610); Green value is 192 (75.39% from 255 or 31.48% from 610); Blue value is 228 (89.45% from 255 or 37.38% from 610); Max value from RGB is 228 - color contains mainly: blue. Hex color #BEC0E4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0E4 is #413F1B. Grayscale: #C3C3C3. Windows color (decimal): -4275996 or 14991550. OLE color: 14991550.

HSL color Cylindrical-coordinate representation of color #BEC0E4: hue angle of 236.84º 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 #BEC0E4 is Cyan = 0.17, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 190 192 228 -
CMYK 0.17 0.16 0 0.11
HSL 236.84º 0.41% 0.82% -
HSV(B) 236.84º 0.17% 0.89% -
XYZ 54.09 54.25 81.02 -
YUV 195.51 146.34 124.07 -
System Red Green Blue C M Y K H S L
Decimal 190 192 228 0.17 0.16 0 0.11 236.84 0.41 0.82
Hex BE C0 E4 11 10 0 B ED 29 52
Octal 276 300 344 21 20 0 13 355 51 122
Binary 10111110 11000000 11100100 10001 10000 0 1011 11101101 101001 1010010

Color Harmonies of #BEC0E4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0E4

Black with #BEC0E4

Text Example


Text Example

White with #BEC0E4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0E4; }

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

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

background-color css

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

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

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

border-color css

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

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

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