Html Css Color HEX #BBAAF4 Melrose

📋 copy color: '#BBAAF4'

red 187 ◦ green 170 ◦ blue 244

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

Shades of Melrose #BBAAF4

Tints of Melrose #BBAAF4

RGB

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

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

 BLUE value IS 244 (95.7% from 255) = 40.6%

R = 31.11%
G = 28.29%
B = 40.6%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBAAF4 (or 0xBBAAF4) is known color: Melrose. HEX triplet: BB, AA and F4. RGB value is (187,170,244). Sum of RGB (Red+Green+Blue) = 187+170+244=601 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.11% from 601); Green value is 170 (66.80% from 255 or 28.29% from 601); Blue value is 244 (95.70% from 255 or 40.60% from 601); Max value from RGB is 244 - color contains mainly: blue. Hex color #BBAAF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAF4 is #44550B. Grayscale: #B7B7B7. Windows color (decimal): -4478220 or 16034491. OLE color: 16034491.

HSL color Cylindrical-coordinate representation of color #BBAAF4: hue angle of 253.78º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BBAAF4 is Cyan = 0.23, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 170 244 -
CMYK 0.23 0.30 0 0.04
HSL 253.78º 0.77% 0.81% -
HSV(B) 253.78º 0.3% 0.96% -
XYZ 51.2 45.85 91.74 -
YUV 183.52 162.13 130.48 -
System Red Green Blue C M Y K H S L
Decimal 187 170 244 0.23 0.30 0 0.04 253.78 0.77 0.81
Hex BB AA F4 17 1E 0 4 FE 4D 51
Octal 273 252 364 27 36 0 4 376 115 121
Binary 10111011 10101010 11110100 10111 11110 0 100 11111110 1001101 1010001

Color Harmonies of #BBAAF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAF4

Black with #BBAAF4

Text Example


Text Example

White with #BBAAF4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAF4; }

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

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

background-color css

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

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

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

border-color css

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

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

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