Html Css Color HEX #BEB2EC Melrose

📋 copy color: '#BEB2EC'

red 190 ◦ green 178 ◦ blue 236

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

Shades of Melrose #BEB2EC

Tints of Melrose #BEB2EC

RGB

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

 GREEN value IS 178 (69.92% from 255) = 29.47%

 BLUE value IS 236 (92.58% from 255) = 39.07%

R = 31.46%
G = 29.47%
B = 39.07%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEB2EC (or 0xBEB2EC) is known color: Melrose. HEX triplet: BE, B2 and EC. RGB value is (190,178,236). Sum of RGB (Red+Green+Blue) = 190+178+236=604 (80% of max value = 765). Red value is 190 (74.61% from 255 or 31.46% from 604); Green value is 178 (69.92% from 255 or 29.47% from 604); Blue value is 236 (92.58% from 255 or 39.07% from 604); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEB2EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEB2EC is #414D13. Grayscale: #BBBBBB. Windows color (decimal): -4279572 or 15512254. OLE color: 15512254.

HSL color Cylindrical-coordinate representation of color #BEB2EC: hue angle of 252.41º degrees, saturation: 0.6, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEB2EC is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 178 236 -
CMYK 0.19 0.25 0 0.07
HSL 252.41º 0.6% 0.81% -
HSV(B) 252.41º 0.25% 0.93% -
XYZ 52.3 48.84 86.03 -
YUV 188.2 154.98 129.28 -
System Red Green Blue C M Y K H S L
Decimal 190 178 236 0.19 0.25 0 0.07 252.41 0.6 0.81
Hex BE B2 EC 13 19 0 7 FC 3C 51
Octal 276 262 354 23 31 0 7 374 74 121
Binary 10111110 10110010 11101100 10011 11001 0 111 11111100 111100 1010001

Color Harmonies of #BEB2EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEB2EC

Black with #BEB2EC

Text Example


Text Example

White with #BEB2EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEB2EC; }

 p { color: rgb(190,178,236); }

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

background-color css

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

 a { background-color: rgb(190,178,236); }

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

border-color css

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

 span { border-color: rgb(190,178,236); }

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