Html Css Color HEX #BEC0E7 Lavender Grey

📋 copy color: '#BEC0E7'

red 190 ◦ green 192 ◦ blue 231

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

Shades of Lavender Grey #BEC0E7

Tints of Lavender Grey #BEC0E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 37.68%

R = 31%
G = 31.32%
B = 37.68%

CMYK

 C value IS 0.18

 M value IS 0.17

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEC0E7 (or 0xBEC0E7) is known color: Lavender Grey. HEX triplet: BE, C0 and E7. RGB value is (190,192,231). Sum of RGB (Red+Green+Blue) = 190+192+231=613 (81% of max value = 765). Red value is 190 (74.61% from 255 or 31.00% from 613); Green value is 192 (75.39% from 255 or 31.32% from 613); Blue value is 231 (90.62% from 255 or 37.68% from 613); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEC0E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0E7 is #413F18. Grayscale: #C3C3C3. Windows color (decimal): -4275993 or 15188158. OLE color: 15188158.

HSL color Cylindrical-coordinate representation of color #BEC0E7: hue angle of 237.07º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BEC0E7 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 192 231 -
CMYK 0.18 0.17 0 0.09
HSL 237.07º 0.46% 0.83% -
HSV(B) 237.07º 0.18% 0.91% -
XYZ 54.51 54.42 83.23 -
YUV 195.85 147.84 123.83 -
System Red Green Blue C M Y K H S L
Decimal 190 192 231 0.18 0.17 0 0.09 237.07 0.46 0.83
Hex BE C0 E7 12 11 0 9 ED 2E 53
Octal 276 300 347 22 21 0 11 355 56 123
Binary 10111110 11000000 11100111 10010 10001 0 1001 11101101 101110 1010011

Color Harmonies of #BEC0E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0E7

Black with #BEC0E7

Text Example


Text Example

White with #BEC0E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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