Html Css Color HEX #BBACF2 Melrose

📋 copy color: '#BBACF2'

red 187 ◦ green 172 ◦ blue 242

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

Shades of Melrose #BBACF2

Tints of Melrose #BBACF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.27%

R = 31.11%
G = 28.62%
B = 40.27%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBACF2 (or 0xBBACF2) is known color: Melrose. HEX triplet: BB, AC and F2. RGB value is (187,172,242). Sum of RGB (Red+Green+Blue) = 187+172+242=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 172 (67.58% from 255 or 28.62% from 601); Blue value is 242 (94.92% from 255 or 40.27% from 601); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF2 is #44530D. Grayscale: #B8B8B8. Windows color (decimal): -4477710 or 15903931. OLE color: 15903931.

HSL color Cylindrical-coordinate representation of color #BBACF2: hue angle of 252.86º degrees, saturation: 0.73, 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 #BBACF2 is Cyan = 0.23, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 187 172 242 -
CMYK 0.23 0.29 0 0.05
HSL 252.86º 0.73% 0.81% -
HSV(B) 252.86º 0.29% 0.95% -
XYZ 51.27 46.48 90.27 -
YUV 184.47 160.47 129.81 -
System Red Green Blue C M Y K H S L
Decimal 187 172 242 0.23 0.29 0 0.05 252.86 0.73 0.81
Hex BB AC F2 17 1D 0 5 FD 49 51
Octal 273 254 362 27 35 0 5 375 111 121
Binary 10111011 10101100 11110010 10111 11101 0 101 11111101 1001001 1010001

Color Harmonies of #BBACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACF2

Black with #BBACF2

Text Example


Text Example

White with #BBACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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