Html Css Color HEX #BBACF6 Melrose

📋 copy color: '#BBACF6'

red 187 ◦ green 172 ◦ blue 246

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

Shades of Melrose #BBACF6

Tints of Melrose #BBACF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40.66%

R = 30.91%
G = 28.43%
B = 40.66%

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

#BBACF6 (or 0xBBACF6) is known color: Melrose. HEX triplet: BB, AC and F6. RGB value is (187,172,246). Sum of RGB (Red+Green+Blue) = 187+172+246=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 172 (67.58% from 255 or 28.43% from 605); Blue value is 246 (96.48% from 255 or 40.66% from 605); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBACF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF6 is #445309. Grayscale: #B8B8B8. Windows color (decimal): -4477706 or 16166075. OLE color: 16166075.

HSL color Cylindrical-coordinate representation of color #BBACF6: hue angle of 252.16º degrees, saturation: 0.8, 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 #BBACF6 is Cyan = 0.24, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 172 246 -
CMYK 0.24 0.30 0 0.04
HSL 252.16º 0.8% 0.82% -
HSV(B) 252.16º 0.3% 0.96% -
XYZ 51.88 46.72 93.47 -
YUV 184.92 162.47 129.48 -
System Red Green Blue C M Y K H S L
Decimal 187 172 246 0.24 0.30 0 0.04 252.16 0.8 0.82
Hex BB AC F6 18 1E 0 4 FC 50 52
Octal 273 254 366 30 36 0 4 374 120 122
Binary 10111011 10101100 11110110 11000 11110 0 100 11111100 1010000 1010010

Color Harmonies of #BBACF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACF6

Black with #BBACF6

Text Example


Text Example

White with #BBACF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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