Html Css Color HEX #BEC0E0 Lavender Grey

📋 copy color: '#BEC0E0'

red 190 ◦ green 192 ◦ blue 224

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

Shades of Lavender Grey #BEC0E0

Tints of Lavender Grey #BEC0E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 36.96%

R = 31.35%
G = 31.68%
B = 36.96%

CMYK

 C value IS 0.15

 M value IS 0.14

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BEC0E0 (or 0xBEC0E0) is known color: Lavender Grey. HEX triplet: BE, C0 and E0. RGB value is (190,192,224). Sum of RGB (Red+Green+Blue) = 190+192+224=606 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.35% from 606); Green value is 192 (75.39% from 255 or 31.68% from 606); Blue value is 224 (87.89% from 255 or 36.96% from 606); Max value from RGB is 224 - color contains mainly: blue. Hex color #BEC0E0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BEC0E0 is #413F1F. Grayscale: #C2C2C2. Windows color (decimal): -4276000 or 14729406. OLE color: 14729406.

HSL color Cylindrical-coordinate representation of color #BEC0E0: hue angle of 236.47º degrees, saturation: 0.35, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #BEC0E0 is Cyan = 0.15, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 190 192 224 -
CMYK 0.15 0.14 0 0.12
HSL 236.47º 0.35% 0.81% -
HSV(B) 236.47º 0.15% 0.88% -
XYZ 53.54 54.03 78.13 -
YUV 195.05 144.34 124.4 -
System Red Green Blue C M Y K H S L
Decimal 190 192 224 0.15 0.14 0 0.12 236.47 0.35 0.81
Hex BE C0 E0 F E 0 C EC 23 51
Octal 276 300 340 17 16 0 14 354 43 121
Binary 10111110 11000000 11100000 1111 1110 0 1100 11101100 100011 1010001

Color Harmonies of #BEC0E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0E0

Black with #BEC0E0

Text Example


Text Example

White with #BEC0E0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0E0; }

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

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

background-color css

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

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

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

border-color css

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

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

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