Html Css Color HEX #B8A9FF Melrose

📋 copy color: '#B8A9FF'

red 184 ◦ green 169 ◦ blue 255

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

Shades of Melrose #B8A9FF

Tints of Melrose #B8A9FF

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.8%

 BLUE value IS 255 (100% from 255) = 41.94%

R = 30.26%
G = 27.8%
B = 41.94%

CMYK

 C value IS 0.28

 M value IS 0.34

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#B8A9FF (or 0xB8A9FF) is known color: Melrose. HEX triplet: B8, A9 and FF. RGB value is (184,169,255). Sum of RGB (Red+Green+Blue) = 184+169+255=608 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.26% from 608); Green value is 169 (66.41% from 255 or 27.80% from 608); Blue value is 255 (100% from 255 or 41.94% from 608); Max value from RGB is 255 - color contains mainly: blue. Hex color #B8A9FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8A9FF is #475600. Grayscale: #B6B6B6. Windows color (decimal): -4675073 or 16755128. OLE color: 16755128.

HSL color Cylindrical-coordinate representation of color #B8A9FF: hue angle of 250.47º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B8A9FF is Cyan = 0.28, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 184 169 255 -
CMYK 0.28 0.34 0 0
HSL 250.47º 1% 0.83% -
HSV(B) 250.47º 0.34% 1% -
XYZ 52.01 45.79 100.7 -
YUV 183.29 168.47 128.51 -
System Red Green Blue C M Y K H S L
Decimal 184 169 255 0.28 0.34 0 0 250.47 1 0.83
Hex B8 A9 FF 1C 22 0 0 FA 64 53
Octal 270 251 377 34 42 0 0 372 144 123
Binary 10111000 10101001 11111111 11100 100010 0 0 11111010 1100100 1010011

Color Harmonies of #B8A9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8A9FF

Black with #B8A9FF

Text Example


Text Example

White with #B8A9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8A9FF; }

 p { color: rgb(184,169,255); }

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

background-color css

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

 a { background-color: rgb(184,169,255); }

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

border-color css

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

 span { border-color: rgb(184,169,255); }

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