Html Css Color HEX #B8ABFB Melrose

📋 copy color: '#B8ABFB'

red 184 ◦ green 171 ◦ blue 251

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

Shades of Melrose #B8ABFB

Tints of Melrose #B8ABFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.42%

R = 30.36%
G = 28.22%
B = 41.42%

CMYK

 C value IS 0.27

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#B8ABFB (or 0xB8ABFB) is known color: Melrose. HEX triplet: B8, AB and FB. RGB value is (184,171,251). Sum of RGB (Red+Green+Blue) = 184+171+251=606 (80% of max value = 765). Red value is 184 (72.27% from 255 or 30.36% from 606); Green value is 171 (67.19% from 255 or 28.22% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #B8ABFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B8ABFB is #475404. Grayscale: #B7B7B7. Windows color (decimal): -4674565 or 16493496. OLE color: 16493496.

HSL color Cylindrical-coordinate representation of color #B8ABFB: hue angle of 249.75º degrees, saturation: 0.91, 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 #B8ABFB is Cyan = 0.27, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 184 171 251 -
CMYK 0.27 0.32 0 0.02
HSL 249.75º 0.91% 0.83% -
HSV(B) 249.75º 0.32% 0.98% -
XYZ 51.74 46.28 97.47 -
YUV 184.01 165.81 128 -
System Red Green Blue C M Y K H S L
Decimal 184 171 251 0.27 0.32 0 0.02 249.75 0.91 0.83
Hex B8 AB FB 1B 20 0 2 FA 5B 53
Octal 270 253 373 33 40 0 2 372 133 123
Binary 10111000 10101011 11111011 11011 100000 0 10 11111010 1011011 1010011

Color Harmonies of #B8ABFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8ABFB

Black with #B8ABFB

Text Example


Text Example

White with #B8ABFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8ABFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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