Html Css Color HEX #B9AAFC Melrose

📋 copy color: '#B9AAFC'

red 185 ◦ green 170 ◦ blue 252

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

Shades of Melrose #B9AAFC

Tints of Melrose #B9AAFC

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.01%

 BLUE value IS 252 (98.83% from 255) = 41.52%

R = 30.48%
G = 28.01%
B = 41.52%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#B9AAFC (or 0xB9AAFC) is known color: Melrose. HEX triplet: B9, AA and FC. RGB value is (185,170,252). Sum of RGB (Red+Green+Blue) = 185+170+252=607 (80% of max value = 765). Red value is 185 (72.66% from 255 or 30.48% from 607); Green value is 170 (66.80% from 255 or 28.01% from 607); Blue value is 252 (98.83% from 255 or 41.52% from 607); Max value from RGB is 252 - color contains mainly: blue. Hex color #B9AAFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B9AAFC is #465503. Grayscale: #B7B7B7. Windows color (decimal): -4609284 or 16558777. OLE color: 16558777.

HSL color Cylindrical-coordinate representation of color #B9AAFC: hue angle of 250.98º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B9AAFC is Cyan = 0.27, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 185 170 252 -
CMYK 0.27 0.33 0 0.01
HSL 250.98º 0.93% 0.83% -
HSV(B) 250.98º 0.33% 0.99% -
XYZ 51.95 46.09 98.25 -
YUV 183.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 185 170 252 0.27 0.33 0 0.01 250.98 0.93 0.83
Hex B9 AA FC 1B 21 0 1 FB 5D 53
Octal 271 252 374 33 41 0 1 373 135 123
Binary 10111001 10101010 11111100 11011 100001 0 1 11111011 1011101 1010011

Color Harmonies of #B9AAFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9AAFC

Black with #B9AAFC

Text Example


Text Example

White with #B9AAFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9AAFC; }

 p { color: rgb(185,170,252); }

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

background-color css

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

 a { background-color: rgb(185,170,252); }

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

border-color css

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

 span { border-color: rgb(185,170,252); }

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