Html Css Color HEX #B8AFEC Melrose

📋 copy color: '#B8AFEC'

red 184 ◦ green 175 ◦ blue 236

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

Shades of Melrose #B8AFEC

Tints of Melrose #B8AFEC

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.41%

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

R = 30.92%
G = 29.41%
B = 39.66%

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

#B8AFEC (or 0xB8AFEC) is known color: Melrose. HEX triplet: B8, AF and EC. RGB value is (184,175,236). Sum of RGB (Red+Green+Blue) = 184+175+236=595 (78% of max value = 765). Red value is 184 (72.27% from 255 or 30.92% from 595); Green value is 175 (68.75% from 255 or 29.41% from 595); Blue value is 236 (92.58% from 255 or 39.66% from 595); Max value from RGB is 236 - color contains mainly: blue. Hex color #B8AFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AFEC is #475013. Grayscale: #B8B8B8. Windows color (decimal): -4673556 or 15511480. OLE color: 15511480.

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

Color convert

RGB 184 175 236 -
CMYK 0.22 0.26 0 0.07
HSL 248.85º 0.62% 0.81% -
HSV(B) 248.85º 0.26% 0.93% -
XYZ 50.24 46.91 85.76 -
YUV 184.65 156.98 127.54 -
System Red Green Blue C M Y K H S L
Decimal 184 175 236 0.22 0.26 0 0.07 248.85 0.62 0.81
Hex B8 AF EC 16 1A 0 7 F9 3E 51
Octal 270 257 354 26 32 0 7 371 76 121
Binary 10111000 10101111 11101100 10110 11010 0 111 11111001 111110 1010001

Color Harmonies of #B8AFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFEC

Black with #B8AFEC

Text Example


Text Example

White with #B8AFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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