Html Css Color HEX #BBACF3 Melrose

📋 copy color: '#BBACF3'

red 187 ◦ green 172 ◦ blue 243

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

Shades of Melrose #BBACF3

Tints of Melrose #BBACF3

RGB

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

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

 BLUE value IS 243 (95.31% from 255) = 40.37%

R = 31.06%
G = 28.57%
B = 40.37%

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

#BBACF3 (or 0xBBACF3) is known color: Melrose. HEX triplet: BB, AC and F3. RGB value is (187,172,243). Sum of RGB (Red+Green+Blue) = 187+172+243=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 243 (95.31% from 255 or 40.37% from 602); Max value from RGB is 243 - color contains mainly: blue. Hex color #BBACF3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF3 is #44530C. Grayscale: #B8B8B8. Windows color (decimal): -4477709 or 15969467. OLE color: 15969467.

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

Color convert

RGB 187 172 243 -
CMYK 0.23 0.29 0 0.05
HSL 252.68º 0.75% 0.81% -
HSV(B) 252.68º 0.29% 0.95% -
XYZ 51.42 46.54 91.07 -
YUV 184.58 160.97 129.73 -
System Red Green Blue C M Y K H S L
Decimal 187 172 243 0.23 0.29 0 0.05 252.68 0.75 0.81
Hex BB AC F3 17 1D 0 5 FD 4B 51
Octal 273 254 363 27 35 0 5 375 113 121
Binary 10111011 10101100 11110011 10111 11101 0 101 11111101 1001011 1010001

Color Harmonies of #BBACF3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACF3

Black with #BBACF3

Text Example


Text Example

White with #BBACF3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACF3; }

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

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

background-color css

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

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

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

border-color css

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

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

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