Html Css Color HEX #B9ABED Melrose

📋 copy color: '#B9ABED'

red 185 ◦ green 171 ◦ blue 237

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

Shades of Melrose #B9ABED

Tints of Melrose #B9ABED

RGB

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

 GREEN value IS 171 (67.19% from 255) = 28.84%

 BLUE value IS 237 (92.97% from 255) = 39.97%

R = 31.2%
G = 28.84%
B = 39.97%

CMYK

 C value IS 0.22

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#B9ABED (or 0xB9ABED) is known color: Melrose. HEX triplet: B9, AB and ED. RGB value is (185,171,237). Sum of RGB (Red+Green+Blue) = 185+171+237=593 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.20% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #B9ABED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ABED is #465412. Grayscale: #B6B6B6. Windows color (decimal): -4609043 or 15575993. OLE color: 15575993.

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

Color convert

RGB 185 171 237 -
CMYK 0.22 0.28 0 0.07
HSL 252.73º 0.65% 0.8% -
HSV(B) 252.73º 0.28% 0.93% -
XYZ 49.86 45.55 86.29 -
YUV 182.71 158.64 129.63 -
System Red Green Blue C M Y K H S L
Decimal 185 171 237 0.22 0.28 0 0.07 252.73 0.65 0.8
Hex B9 AB ED 16 1C 0 7 FD 41 50
Octal 271 253 355 26 34 0 7 375 101 120
Binary 10111001 10101011 11101101 10110 11100 0 111 11111101 1000001 1010000

Color Harmonies of #B9ABED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABED

Black with #B9ABED

Text Example


Text Example

White with #B9ABED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABED; }

 p { color: rgb(185,171,237); }

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

background-color css

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

 a { background-color: rgb(185,171,237); }

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

border-color css

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

 span { border-color: rgb(185,171,237); }

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