Html Css Color HEX #BBABE6 Melrose

📋 copy color: '#BBABE6'

red 187 ◦ green 171 ◦ blue 230

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

Shades of Melrose #BBABE6

Tints of Melrose #BBABE6

RGB

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

 GREEN value IS 171 (67.19% from 255) = 29.08%

 BLUE value IS 230 (90.23% from 255) = 39.12%

R = 31.8%
G = 29.08%
B = 39.12%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BBABE6 (or 0xBBABE6) is known color: Melrose. HEX triplet: BB, AB and E6. RGB value is (187,171,230). Sum of RGB (Red+Green+Blue) = 187+171+230=588 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.80% from 588); Green value is 171 (67.19% from 255 or 29.08% from 588); Blue value is 230 (90.23% from 255 or 39.12% from 588); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBABE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABE6 is #445419. Grayscale: #B6B6B6. Windows color (decimal): -4477978 or 15117243. OLE color: 15117243.

HSL color Cylindrical-coordinate representation of color #BBABE6: hue angle of 256.27º degrees, saturation: 0.54, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BBABE6 is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 187 171 230 -
CMYK 0.19 0.26 0 0.10
HSL 256.27º 0.54% 0.79% -
HSV(B) 256.27º 0.26% 0.9% -
XYZ 49.34 45.4 81.03 -
YUV 182.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 187 171 230 0.19 0.26 0 0.10 256.27 0.54 0.79
Hex BB AB E6 13 1A 0 A 100 36 4F
Octal 273 253 346 23 32 0 12 400 66 117
Binary 10111011 10101011 11100110 10011 11010 0 1010 100000000 110110 1001111

Color Harmonies of #BBABE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABE6

Black with #BBABE6

Text Example


Text Example

White with #BBABE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABE6; }

 p { color: rgb(187,171,230); }

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

background-color css

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

 a { background-color: rgb(187,171,230); }

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

border-color css

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

 span { border-color: rgb(187,171,230); }

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