Html Css Color HEX #B8ABFA Melrose

📋 copy color: '#B8ABFA'

red 184 ◦ green 171 ◦ blue 250

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

Shades of Melrose #B8ABFA

Tints of Melrose #B8ABFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.32%

R = 30.41%
G = 28.26%
B = 41.32%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8ABFA (or 0xB8ABFA) is known color: Melrose. HEX triplet: B8, AB and FA. RGB value is (184,171,250). Sum of RGB (Red+Green+Blue) = 184+171+250=605 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.41% from 605); Green value is 171 (67.19% from 255 or 28.26% from 605); Blue value is 250 (98.05% from 255 or 41.32% from 605); Max value from RGB is 250 - color contains mainly: blue. Hex color #B8ABFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ABFA is #475405. Grayscale: #B7B7B7. Windows color (decimal): -4674566 or 16427960. OLE color: 16427960.

HSL color Cylindrical-coordinate representation of color #B8ABFA: hue angle of 249.87º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B8ABFA is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 171 250 -
CMYK 0.26 0.32 0 0.02
HSL 249.87º 0.89% 0.83% -
HSV(B) 249.87º 0.32% 0.98% -
XYZ 51.59 46.22 96.64 -
YUV 183.89 165.31 128.08 -
System Red Green Blue C M Y K H S L
Decimal 184 171 250 0.26 0.32 0 0.02 249.87 0.89 0.83
Hex B8 AB FA 1A 20 0 2 FA 59 53
Octal 270 253 372 32 40 0 2 372 131 123
Binary 10111000 10101011 11111010 11010 100000 0 10 11111010 1011001 1010011

Color Harmonies of #B8ABFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ABFA

Black with #B8ABFA

Text Example


Text Example

White with #B8ABFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ABFA; }

 p { color: rgb(184,171,250); }

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

background-color css

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

 a { background-color: rgb(184,171,250); }

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

border-color css

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

 span { border-color: rgb(184,171,250); }

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