Html Css Color HEX #BBAAF2 Melrose

📋 copy color: '#BBAAF2'

red 187 ◦ green 170 ◦ blue 242

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

Shades of Melrose #BBAAF2

Tints of Melrose #BBAAF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 40.4%

R = 31.22%
G = 28.38%
B = 40.4%

CMYK

 C value IS 0.23

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBAAF2 (or 0xBBAAF2) is known color: Melrose. HEX triplet: BB, AA and F2. RGB value is (187,170,242). Sum of RGB (Red+Green+Blue) = 187+170+242=599 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.22% from 599); Green value is 170 (66.80% from 255 or 28.38% from 599); Blue value is 242 (94.92% from 255 or 40.40% from 599); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBAAF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAAF2 is #44550D. Grayscale: #B7B7B7. Windows color (decimal): -4478222 or 15903419. OLE color: 15903419.

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

Color convert

RGB 187 170 242 -
CMYK 0.23 0.30 0 0.05
HSL 254.17º 0.73% 0.81% -
HSV(B) 254.17º 0.3% 0.95% -
XYZ 50.9 45.73 90.15 -
YUV 183.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 187 170 242 0.23 0.30 0 0.05 254.17 0.73 0.81
Hex BB AA F2 17 1E 0 5 FE 49 51
Octal 273 252 362 27 36 0 5 376 111 121
Binary 10111011 10101010 11110010 10111 11110 0 101 11111110 1001001 1010001

Color Harmonies of #BBAAF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAAF2

Black with #BBAAF2

Text Example


Text Example

White with #BBAAF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAAF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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