Html Css Color HEX #BBACEA Melrose

📋 copy color: '#BBACEA'

red 187 ◦ green 172 ◦ blue 234

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

Shades of Melrose #BBACEA

Tints of Melrose #BBACEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.46%

R = 31.53%
G = 29.01%
B = 39.46%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBACEA (or 0xBBACEA) is known color: Melrose. HEX triplet: BB, AC and EA. RGB value is (187,172,234). Sum of RGB (Red+Green+Blue) = 187+172+234=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 172 (67.58% from 255 or 29.01% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBACEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACEA is #445315. Grayscale: #B7B7B7. Windows color (decimal): -4477718 or 15379643. OLE color: 15379643.

HSL color Cylindrical-coordinate representation of color #BBACEA: hue angle of 254.52º degrees, saturation: 0.6, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBACEA is Cyan = 0.20, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 187 172 234 -
CMYK 0.20 0.26 0 0.08
HSL 254.52º 0.6% 0.8% -
HSV(B) 254.52º 0.26% 0.92% -
XYZ 50.1 46.01 84.08 -
YUV 183.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 187 172 234 0.20 0.26 0 0.08 254.52 0.6 0.8
Hex BB AC EA 14 1A 0 8 FF 3C 50
Octal 273 254 352 24 32 0 10 377 74 120
Binary 10111011 10101100 11101010 10100 11010 0 1000 11111111 111100 1010000

Color Harmonies of #BBACEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACEA

Black with #BBACEA

Text Example


Text Example

White with #BBACEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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