Html Css Color HEX #BBACF5 Melrose

📋 copy color: '#BBACF5'

red 187 ◦ green 172 ◦ blue 245

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

Shades of Melrose #BBACF5

Tints of Melrose #BBACF5

RGB

 RED value IS 187 (73.44% from 255) = 30.96%

 GREEN value IS 172 (67.58% from 255) = 28.48%

 BLUE value IS 245 (96.09% from 255) = 40.56%

R = 30.96%
G = 28.48%
B = 40.56%

CMYK

 C value IS 0.24

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBACF5 (or 0xBBACF5) is known color: Melrose. HEX triplet: BB, AC and F5. RGB value is (187,172,245). Sum of RGB (Red+Green+Blue) = 187+172+245=604 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.96% from 604); Green value is 172 (67.58% from 255 or 28.48% from 604); Blue value is 245 (96.09% from 255 or 40.56% from 604); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBACF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF5 is #44530A. Grayscale: #B8B8B8. Windows color (decimal): -4477707 or 16100539. OLE color: 16100539.

HSL color Cylindrical-coordinate representation of color #BBACF5: hue angle of 252.33º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBACF5 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 172 245 -
CMYK 0.24 0.30 0 0.04
HSL 252.33º 0.78% 0.82% -
HSV(B) 252.33º 0.3% 0.96% -
XYZ 51.73 46.66 92.67 -
YUV 184.81 161.97 129.56 -
System Red Green Blue C M Y K H S L
Decimal 187 172 245 0.24 0.30 0 0.04 252.33 0.78 0.82
Hex BB AC F5 18 1E 0 4 FC 4E 52
Octal 273 254 365 30 36 0 4 374 116 122
Binary 10111011 10101100 11110101 11000 11110 0 100 11111100 1001110 1010010

Color Harmonies of #BBACF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACF5

Black with #BBACF5

Text Example


Text Example

White with #BBACF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACF5; }

 p { color: rgb(187,172,245); }

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

background-color css

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

 a { background-color: rgb(187,172,245); }

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

border-color css

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

 span { border-color: rgb(187,172,245); }

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