Html Css Color HEX #BBAAF5 Melrose

📋 copy color: '#BBAAF5'

red 187 ◦ green 170 ◦ blue 245

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

Shades of Melrose #BBAAF5

Tints of Melrose #BBAAF5

RGB

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

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

 BLUE value IS 245 (96.09% from 255) = 40.7%

R = 31.06%
G = 28.24%
B = 40.7%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBAAF5 (or 0xBBAAF5) is known color: Melrose. HEX triplet: BB, AA and F5. RGB value is (187,170,245). Sum of RGB (Red+Green+Blue) = 187+170+245=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 170 (66.80% from 255 or 28.24% from 602); Blue value is 245 (96.09% from 255 or 40.70% from 602); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBAAF5 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAF5 is #44550A. Grayscale: #B7B7B7. Windows color (decimal): -4478219 or 16100027. OLE color: 16100027.

HSL color Cylindrical-coordinate representation of color #BBAAF5: hue angle of 253.6º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBAAF5 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 170 245 -
CMYK 0.24 0.31 0 0.04
HSL 253.6º 0.79% 0.81% -
HSV(B) 253.6º 0.31% 0.96% -
XYZ 51.35 45.91 92.54 -
YUV 183.63 162.63 130.4 -
System Red Green Blue C M Y K H S L
Decimal 187 170 245 0.24 0.31 0 0.04 253.6 0.79 0.81
Hex BB AA F5 18 1F 0 4 FE 4F 51
Octal 273 252 365 30 37 0 4 376 117 121
Binary 10111011 10101010 11110101 11000 11111 0 100 11111110 1001111 1010001

Color Harmonies of #BBAAF5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAF5

Black with #BBAAF5

Text Example


Text Example

White with #BBAAF5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAF5; }

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

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

background-color css

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

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

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

border-color css

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

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

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