Html Css Color HEX #B8AEEC Melrose

📋 copy color: '#B8AEEC'

red 184 ◦ green 174 ◦ blue 236

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

Shades of Melrose #B8AEEC

Tints of Melrose #B8AEEC

RGB

 RED value IS 184 (72.27% from 255) = 30.98%

 GREEN value IS 174 (68.36% from 255) = 29.29%

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

R = 30.98%
G = 29.29%
B = 39.73%

CMYK

 C value IS 0.22

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8AEEC (or 0xB8AEEC) is known color: Melrose. HEX triplet: B8, AE and EC. RGB value is (184,174,236). Sum of RGB (Red+Green+Blue) = 184+174+236=594 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.98% from 594); Green value is 174 (68.36% from 255 or 29.29% from 594); Blue value is 236 (92.58% from 255 or 39.73% from 594); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8AEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AEEC is #475113. Grayscale: #B7B7B7. Windows color (decimal): -4673812 or 15511224. OLE color: 15511224.

HSL color Cylindrical-coordinate representation of color #B8AEEC: hue angle of 249.68º degrees, saturation: 0.62, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B8AEEC is Cyan = 0.22, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 184 174 236 -
CMYK 0.22 0.26 0 0.07
HSL 249.68º 0.62% 0.8% -
HSV(B) 249.68º 0.26% 0.93% -
XYZ 50.04 46.52 85.7 -
YUV 184.06 157.31 127.96 -
System Red Green Blue C M Y K H S L
Decimal 184 174 236 0.22 0.26 0 0.07 249.68 0.62 0.8
Hex B8 AE EC 16 1A 0 7 FA 3E 50
Octal 270 256 354 26 32 0 7 372 76 120
Binary 10111000 10101110 11101100 10110 11010 0 111 11111010 111110 1010000

Color Harmonies of #B8AEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AEEC

Black with #B8AEEC

Text Example


Text Example

White with #B8AEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AEEC; }

 p { color: rgb(184,174,236); }

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

background-color css

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

 a { background-color: rgb(184,174,236); }

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

border-color css

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

 span { border-color: rgb(184,174,236); }

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