Html Css Color HEX #B9ABEF Melrose

📋 copy color: '#B9ABEF'

red 185 ◦ green 171 ◦ blue 239

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

Shades of Melrose #B9ABEF

Tints of Melrose #B9ABEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.17%

R = 31.09%
G = 28.74%
B = 40.17%

CMYK

 C value IS 0.23

 M value IS 0.28

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#B9ABEF (or 0xB9ABEF) is known color: Melrose. HEX triplet: B9, AB and EF. RGB value is (185,171,239). Sum of RGB (Red+Green+Blue) = 185+171+239=595 (78% of max value = 765). Red value is 185 (72.66% from 255 or 31.09% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #B9ABEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9ABEF is #465410. Grayscale: #B6B6B6. Windows color (decimal): -4609041 or 15707065. OLE color: 15707065.

HSL color Cylindrical-coordinate representation of color #B9ABEF: hue angle of 252.35º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B9ABEF is Cyan = 0.23, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 185 171 239 -
CMYK 0.23 0.28 0 0.06
HSL 252.35º 0.68% 0.8% -
HSV(B) 252.35º 0.28% 0.94% -
XYZ 50.15 45.67 87.83 -
YUV 182.94 159.64 129.47 -
System Red Green Blue C M Y K H S L
Decimal 185 171 239 0.23 0.28 0 0.06 252.35 0.68 0.8
Hex B9 AB EF 17 1C 0 6 FC 44 50
Octal 271 253 357 27 34 0 6 374 104 120
Binary 10111001 10101011 11101111 10111 11100 0 110 11111100 1000100 1010000

Color Harmonies of #B9ABEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9ABEF

Black with #B9ABEF

Text Example


Text Example

White with #B9ABEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9ABEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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