Html Css Color HEX #B8AEFC Melrose

📋 copy color: '#B8AEFC'

red 184 ◦ green 174 ◦ blue 252

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

Shades of Melrose #B8AEFC

Tints of Melrose #B8AEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 30.16%
G = 28.52%
B = 41.31%

CMYK

 C value IS 0.27

 M value IS 0.31

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B8AEFC (or 0xB8AEFC) is known color: Melrose. HEX triplet: B8, AE and FC. RGB value is (184,174,252). Sum of RGB (Red+Green+Blue) = 184+174+252=610 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.16% from 610); Green value is 174 (68.36% from 255 or 28.52% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #B8AEFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AEFC is #475103. Grayscale: #B9B9B9. Windows color (decimal): -4673796 or 16559800. OLE color: 16559800.

HSL color Cylindrical-coordinate representation of color #B8AEFC: hue angle of 247.69º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B8AEFC is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 184 174 252 -
CMYK 0.27 0.31 0 0.01
HSL 247.69º 0.93% 0.84% -
HSV(B) 247.69º 0.31% 0.99% -
XYZ 52.47 47.49 98.5 -
YUV 185.88 165.31 126.66 -
System Red Green Blue C M Y K H S L
Decimal 184 174 252 0.27 0.31 0 0.01 247.69 0.93 0.84
Hex B8 AE FC 1B 1F 0 1 F8 5D 54
Octal 270 256 374 33 37 0 1 370 135 124
Binary 10111000 10101110 11111100 11011 11111 0 1 11111000 1011101 1010100

Color Harmonies of #B8AEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AEFC

Black with #B8AEFC

Text Example


Text Example

White with #B8AEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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