Html Css Color HEX #BEC0E9 Lavender Grey

📋 copy color: '#BEC0E9'

red 190 ◦ green 192 ◦ blue 233

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

Shades of Lavender Grey #BEC0E9

Tints of Lavender Grey #BEC0E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 37.89%

R = 30.89%
G = 31.22%
B = 37.89%

CMYK

 C value IS 0.18

 M value IS 0.18

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEC0E9 (or 0xBEC0E9) is known color: Lavender Grey. HEX triplet: BE, C0 and E9. RGB value is (190,192,233). Sum of RGB (Red+Green+Blue) = 190+192+233=615 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.89% from 615); Green value is 192 (75.39% from 255 or 31.22% from 615); Blue value is 233 (91.41% from 255 or 37.89% from 615); Max value from RGB is 233 - color contains mainly: blue. Hex color #BEC0E9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0E9 is #413F16. Grayscale: #C3C3C3. Windows color (decimal): -4275991 or 15319230. OLE color: 15319230.

HSL color Cylindrical-coordinate representation of color #BEC0E9: hue angle of 237.21º degrees, saturation: 0.49, 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 #BEC0E9 is Cyan = 0.18, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 192 233 -
CMYK 0.18 0.18 0 0.09
HSL 237.21º 0.49% 0.83% -
HSV(B) 237.21º 0.18% 0.91% -
XYZ 54.79 54.53 84.73 -
YUV 196.08 148.84 123.67 -
System Red Green Blue C M Y K H S L
Decimal 190 192 233 0.18 0.18 0 0.09 237.21 0.49 0.83
Hex BE C0 E9 12 12 0 9 ED 31 53
Octal 276 300 351 22 22 0 11 355 61 123
Binary 10111110 11000000 11101001 10010 10010 0 1001 11101101 110001 1010011

Color Harmonies of #BEC0E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0E9

Black with #BEC0E9

Text Example


Text Example

White with #BEC0E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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