Html Css Color HEX #B8AFF6 Melrose

📋 copy color: '#B8AFF6'

red 184 ◦ green 175 ◦ blue 246

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

Shades of Melrose #B8AFF6

Tints of Melrose #B8AFF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.66%

R = 30.41%
G = 28.93%
B = 40.66%

CMYK

 C value IS 0.25

 M value IS 0.29

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#B8AFF6 (or 0xB8AFF6) is known color: Melrose. HEX triplet: B8, AF and F6. RGB value is (184,175,246). Sum of RGB (Red+Green+Blue) = 184+175+246=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #B8AFF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8AFF6 is #475009. Grayscale: #B9B9B9. Windows color (decimal): -4673546 or 16166840. OLE color: 16166840.

HSL color Cylindrical-coordinate representation of color #B8AFF6: hue angle of 247.61º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B8AFF6 is Cyan = 0.25, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 184 175 246 -
CMYK 0.25 0.29 0 0.04
HSL 247.61º 0.8% 0.83% -
HSV(B) 247.61º 0.29% 0.96% -
XYZ 51.73 47.5 93.63 -
YUV 185.79 161.98 126.73 -
System Red Green Blue C M Y K H S L
Decimal 184 175 246 0.25 0.29 0 0.04 247.61 0.8 0.83
Hex B8 AF F6 19 1D 0 4 F8 50 53
Octal 270 257 366 31 35 0 4 370 120 123
Binary 10111000 10101111 11110110 11001 11101 0 100 11111000 1010000 1010011

Color Harmonies of #B8AFF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFF6

Black with #B8AFF6

Text Example


Text Example

White with #B8AFF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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