Html Css Color HEX #BBACE7 Melrose

📋 copy color: '#BBACE7'

red 187 ◦ green 172 ◦ blue 231

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

Shades of Melrose #BBACE7

Tints of Melrose #BBACE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.15%

R = 31.69%
G = 29.15%
B = 39.15%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBACE7 (or 0xBBACE7) is known color: Melrose. HEX triplet: BB, AC and E7. RGB value is (187,172,231). Sum of RGB (Red+Green+Blue) = 187+172+231=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 172 (67.58% from 255 or 29.15% from 590); Blue value is 231 (90.62% from 255 or 39.15% from 590); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBACE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACE7 is #445318. Grayscale: #B6B6B6. Windows color (decimal): -4477721 or 15183035. OLE color: 15183035.

HSL color Cylindrical-coordinate representation of color #BBACE7: hue angle of 255.25º degrees, saturation: 0.55, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBACE7 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 172 231 -
CMYK 0.19 0.26 0 0.09
HSL 255.25º 0.55% 0.79% -
HSV(B) 255.25º 0.26% 0.91% -
XYZ 49.67 45.84 81.83 -
YUV 183.21 154.97 130.7 -
System Red Green Blue C M Y K H S L
Decimal 187 172 231 0.19 0.26 0 0.09 255.25 0.55 0.79
Hex BB AC E7 13 1A 0 9 FF 37 4F
Octal 273 254 347 23 32 0 11 377 67 117
Binary 10111011 10101100 11100111 10011 11010 0 1001 11111111 110111 1001111

Color Harmonies of #BBACE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACE7

Black with #BBACE7

Text Example


Text Example

White with #BBACE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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