Html Css Color HEX #BEC0ED Lavender Grey

📋 copy color: '#BEC0ED'

red 190 ◦ green 192 ◦ blue 237

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

Shades of Lavender Grey #BEC0ED

Tints of Lavender Grey #BEC0ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 38.29%

R = 30.69%
G = 31.02%
B = 38.29%

CMYK

 C value IS 0.20

 M value IS 0.19

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEC0ED (or 0xBEC0ED) is known color: Lavender Grey. HEX triplet: BE, C0 and ED. RGB value is (190,192,237). Sum of RGB (Red+Green+Blue) = 190+192+237=619 (81% of max value = 765). Red value is 190 (74.61% from 255 or 30.69% from 619); Green value is 192 (75.39% from 255 or 31.02% from 619); Blue value is 237 (92.97% from 255 or 38.29% from 619); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEC0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BEC0ED is #413F12. Grayscale: #C4C4C4. Windows color (decimal): -4275987 or 15581374. OLE color: 15581374.

HSL color Cylindrical-coordinate representation of color #BEC0ED: hue angle of 237.45º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEC0ED is Cyan = 0.20, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 192 237 -
CMYK 0.20 0.19 0 0.07
HSL 237.45º 0.57% 0.84% -
HSV(B) 237.45º 0.2% 0.93% -
XYZ 55.37 54.76 87.77 -
YUV 196.53 150.84 123.34 -
System Red Green Blue C M Y K H S L
Decimal 190 192 237 0.20 0.19 0 0.07 237.45 0.57 0.84
Hex BE C0 ED 14 13 0 7 ED 39 54
Octal 276 300 355 24 23 0 7 355 71 124
Binary 10111110 11000000 11101101 10100 10011 0 111 11101101 111001 1010100

Color Harmonies of #BEC0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEC0ED

Black with #BEC0ED

Text Example


Text Example

White with #BEC0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEC0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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