Html Css Color HEX #BBACE4 Melrose

📋 copy color: '#BBACE4'

red 187 ◦ green 172 ◦ blue 228

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

Shades of Melrose #BBACE4

Tints of Melrose #BBACE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.84%

R = 31.86%
G = 29.3%
B = 38.84%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBACE4 (or 0xBBACE4) is known color: Melrose. HEX triplet: BB, AC and E4. RGB value is (187,172,228). Sum of RGB (Red+Green+Blue) = 187+172+228=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 172 (67.58% from 255 or 29.30% from 587); Blue value is 228 (89.45% from 255 or 38.84% from 587); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBACE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBACE4 is #44531B. Grayscale: #B6B6B6. Windows color (decimal): -4477724 or 14986427. OLE color: 14986427.

HSL color Cylindrical-coordinate representation of color #BBACE4: hue angle of 256.07º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBACE4 is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 172 228 -
CMYK 0.18 0.25 0 0.11
HSL 256.07º 0.51% 0.78% -
HSV(B) 256.07º 0.25% 0.89% -
XYZ 49.25 45.67 79.62 -
YUV 182.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 187 172 228 0.18 0.25 0 0.11 256.07 0.51 0.78
Hex BB AC E4 12 19 0 B 100 33 4E
Octal 273 254 344 22 31 0 13 400 63 116
Binary 10111011 10101100 11100100 10010 11001 0 1011 100000000 110011 1001110

Color Harmonies of #BBACE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACE4

Black with #BBACE4

Text Example


Text Example

White with #BBACE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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