Html Css Color HEX #B8AFDA Melrose

📋 copy color: '#B8AFDA'

red 184 ◦ green 175 ◦ blue 218

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

Shades of Melrose #B8AFDA

Tints of Melrose #B8AFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 37.78%

R = 31.89%
G = 30.33%
B = 37.78%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#B8AFDA (or 0xB8AFDA) is known color: Melrose. HEX triplet: B8, AF and DA. RGB value is (184,175,218). Sum of RGB (Red+Green+Blue) = 184+175+218=577 (76% of max value = 765). Red value is 184 (72.27% from 255 or 31.89% from 577); Green value is 175 (68.75% from 255 or 30.33% from 577); Blue value is 218 (85.55% from 255 or 37.78% from 577); Max value from RGB is 218 - color contains mainly: blue. Hex color #B8AFDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B8AFDA is #475025. Grayscale: #B6B6B6. Windows color (decimal): -4673574 or 14331832. OLE color: 14331832.

HSL color Cylindrical-coordinate representation of color #B8AFDA: hue angle of 252.56º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B8AFDA is Cyan = 0.16, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 184 175 218 -
CMYK 0.16 0.20 0 0.15
HSL 252.56º 0.37% 0.77% -
HSV(B) 252.56º 0.2% 0.85% -
XYZ 47.75 45.91 72.67 -
YUV 182.59 147.98 129 -
System Red Green Blue C M Y K H S L
Decimal 184 175 218 0.16 0.20 0 0.15 252.56 0.37 0.77
Hex B8 AF DA 10 14 0 F FD 25 4D
Octal 270 257 332 20 24 0 17 375 45 115
Binary 10111000 10101111 11011010 10000 10100 0 1111 11111101 100101 1001101

Color Harmonies of #B8AFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8AFDA

Black with #B8AFDA

Text Example


Text Example

White with #B8AFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8AFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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