Html Css Color HEX #BBAAEA Melrose

📋 copy color: '#BBAAEA'

red 187 ◦ green 170 ◦ blue 234

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

Shades of Melrose #BBAAEA

Tints of Melrose #BBAAEA

RGB

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

 GREEN value IS 170 (66.8% from 255) = 28.76%

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

R = 31.64%
G = 28.76%
B = 39.59%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BBAAEA (or 0xBBAAEA) is known color: Melrose. HEX triplet: BB, AA and EA. RGB value is (187,170,234). Sum of RGB (Red+Green+Blue) = 187+170+234=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 170 (66.80% from 255 or 28.76% from 591); Blue value is 234 (91.80% from 255 or 39.59% from 591); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBAAEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAEA is #445515. Grayscale: #B6B6B6. Windows color (decimal): -4478230 or 15379131. OLE color: 15379131.

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

Color convert

RGB 187 170 234 -
CMYK 0.20 0.27 0 0.08
HSL 255.94º 0.6% 0.79% -
HSV(B) 255.94º 0.27% 0.92% -
XYZ 49.72 45.25 83.96 -
YUV 182.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 187 170 234 0.20 0.27 0 0.08 255.94 0.6 0.79
Hex BB AA EA 14 1B 0 8 100 3C 4F
Octal 273 252 352 24 33 0 10 400 74 117
Binary 10111011 10101010 11101010 10100 11011 0 1000 100000000 111100 1001111

Color Harmonies of #BBAAEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAEA

Black with #BBAAEA

Text Example


Text Example

White with #BBAAEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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