Html Css Color HEX #BEC0EA Lavender Grey

📋 copy color: '#BEC0EA'

red 190 ◦ green 192 ◦ blue 234

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

Shades of Lavender Grey #BEC0EA

Tints of Lavender Grey #BEC0EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 37.99%

R = 30.84%
G = 31.17%
B = 37.99%

CMYK

 C value IS 0.19

 M value IS 0.18

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEC0EA (or 0xBEC0EA) is known color: Lavender Grey. HEX triplet: BE, C0 and EA. RGB value is (190,192,234). Sum of RGB (Red+Green+Blue) = 190+192+234=616 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.84% from 616); Green value is 192 (75.39% from 255 or 31.17% from 616); Blue value is 234 (91.80% from 255 or 37.99% from 616); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEC0EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0EA is #413F15. Grayscale: #C4C4C4. Windows color (decimal): -4275990 or 15384766. OLE color: 15384766.

HSL color Cylindrical-coordinate representation of color #BEC0EA: hue angle of 237.27º degrees, saturation: 0.51, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEC0EA is Cyan = 0.19, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 192 234 -
CMYK 0.19 0.18 0 0.08
HSL 237.27º 0.51% 0.83% -
HSV(B) 237.27º 0.19% 0.92% -
XYZ 54.94 54.59 85.48 -
YUV 196.19 149.34 123.58 -
System Red Green Blue C M Y K H S L
Decimal 190 192 234 0.19 0.18 0 0.08 237.27 0.51 0.83
Hex BE C0 EA 13 12 0 8 ED 33 53
Octal 276 300 352 23 22 0 10 355 63 123
Binary 10111110 11000000 11101010 10011 10010 0 1000 11101101 110011 1010011

Color Harmonies of #BEC0EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0EA

Black with #BEC0EA

Text Example


Text Example

White with #BEC0EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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