Html Css Color HEX #B9AFDC Melrose

📋 copy color: '#B9AFDC'

red 185 ◦ green 175 ◦ blue 220

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

Shades of Melrose #B9AFDC

Tints of Melrose #B9AFDC

RGB

 RED value IS 185 (72.66% from 255) = 31.9%

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 31.9%
G = 30.17%
B = 37.93%

CMYK

 C value IS 0.16

 M value IS 0.20

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#B9AFDC (or 0xB9AFDC) is known color: Melrose. HEX triplet: B9, AF and DC. RGB value is (185,175,220). Sum of RGB (Red+Green+Blue) = 185+175+220=580 (76% of max value = 765). Red value is 185 (72.66% from 255 or 31.90% from 580); Green value is 175 (68.75% from 255 or 30.17% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 220 - color contains mainly: blue. Hex color #B9AFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B9AFDC is #465023. Grayscale: #B6B6B6. Windows color (decimal): -4608036 or 14462905. OLE color: 14462905.

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

Color convert

RGB 185 175 220 -
CMYK 0.16 0.20 0 0.14
HSL 253.33º 0.39% 0.77% -
HSV(B) 253.33º 0.2% 0.86% -
XYZ 48.26 46.14 74.07 -
YUV 183.12 148.81 129.34 -
System Red Green Blue C M Y K H S L
Decimal 185 175 220 0.16 0.20 0 0.14 253.33 0.39 0.77
Hex B9 AF DC 10 14 0 E FD 27 4D
Octal 271 257 334 20 24 0 16 375 47 115
Binary 10111001 10101111 11011100 10000 10100 0 1110 11111101 100111 1001101

Color Harmonies of #B9AFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AFDC

Black with #B9AFDC

Text Example


Text Example

White with #B9AFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AFDC; }

 p { color: rgb(185,175,220); }

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

background-color css

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

 a { background-color: rgb(185,175,220); }

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

border-color css

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

 span { border-color: rgb(185,175,220); }

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