Html Css Color HEX #B8AEED Melrose

📋 copy color: '#B8AEED'

red 184 ◦ green 174 ◦ blue 237

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

Shades of Melrose #B8AEED

Tints of Melrose #B8AEED

RGB

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

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

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

R = 30.92%
G = 29.24%
B = 39.83%

CMYK

 C value IS 0.22

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B8AEED (or 0xB8AEED) is known color: Melrose. HEX triplet: B8, AE and ED. RGB value is (184,174,237). Sum of RGB (Red+Green+Blue) = 184+174+237=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #B8AEED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AEED is #475112. Grayscale: #B7B7B7. Windows color (decimal): -4673811 or 15576760. OLE color: 15576760.

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

Color convert

RGB 184 174 237 -
CMYK 0.22 0.27 0 0.07
HSL 249.52º 0.64% 0.81% -
HSV(B) 249.52º 0.27% 0.93% -
XYZ 50.19 46.58 86.47 -
YUV 184.17 157.81 127.88 -
System Red Green Blue C M Y K H S L
Decimal 184 174 237 0.22 0.27 0 0.07 249.52 0.64 0.81
Hex B8 AE ED 16 1B 0 7 FA 40 51
Octal 270 256 355 26 33 0 7 372 100 121
Binary 10111000 10101110 11101101 10110 11011 0 111 11111010 1000000 1010001

Color Harmonies of #B8AEED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AEED

Black with #B8AEED

Text Example


Text Example

White with #B8AEED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AEED; }

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

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

background-color css

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

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

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

border-color css

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

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

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