Html Css Color HEX #BBACF1 Melrose

📋 copy color: '#BBACF1'

red 187 ◦ green 172 ◦ blue 241

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

Shades of Melrose #BBACF1

Tints of Melrose #BBACF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.17%

R = 31.17%
G = 28.67%
B = 40.17%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBACF1 (or 0xBBACF1) is known color: Melrose. HEX triplet: BB, AC and F1. RGB value is (187,172,241). Sum of RGB (Red+Green+Blue) = 187+172+241=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 172 (67.58% from 255 or 28.67% from 600); Blue value is 241 (94.53% from 255 or 40.17% from 600); Max value from RGB is 241 - color contains mainly: blue. Hex color #BBACF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF1 is #44530E. Grayscale: #B8B8B8. Windows color (decimal): -4477711 or 15838395. OLE color: 15838395.

HSL color Cylindrical-coordinate representation of color #BBACF1: hue angle of 253.04º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBACF1 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 172 241 -
CMYK 0.22 0.29 0 0.05
HSL 253.04º 0.71% 0.81% -
HSV(B) 253.04º 0.29% 0.95% -
XYZ 51.12 46.42 89.48 -
YUV 184.35 159.97 129.89 -
System Red Green Blue C M Y K H S L
Decimal 187 172 241 0.22 0.29 0 0.05 253.04 0.71 0.81
Hex BB AC F1 16 1D 0 5 FD 47 51
Octal 273 254 361 26 35 0 5 375 107 121
Binary 10111011 10101100 11110001 10110 11101 0 101 11111101 1000111 1010001

Color Harmonies of #BBACF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACF1

Black with #BBACF1

Text Example


Text Example

White with #BBACF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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