Html Css Color HEX #BBABF2 Melrose

📋 copy color: '#BBABF2'

red 187 ◦ green 171 ◦ blue 242

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

Shades of Melrose #BBABF2

Tints of Melrose #BBABF2

RGB

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

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

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

R = 31.17%
G = 28.5%
B = 40.33%

CMYK

 C value IS 0.23

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BBABF2 (or 0xBBABF2) is known color: Melrose. HEX triplet: BB, AB and F2. RGB value is (187,171,242). Sum of RGB (Red+Green+Blue) = 187+171+242=600 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.17% from 600); Green value is 171 (67.19% from 255 or 28.5% from 600); Blue value is 242 (94.92% from 255 or 40.33% from 600); Max value from RGB is 242 - color contains mainly: blue. Hex color #BBABF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABF2 is #44540D. Grayscale: #B7B7B7. Windows color (decimal): -4477966 or 15903675. OLE color: 15903675.

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

Color convert

RGB 187 171 242 -
CMYK 0.23 0.29 0 0.05
HSL 253.52º 0.73% 0.81% -
HSV(B) 253.52º 0.29% 0.95% -
XYZ 51.08 46.1 90.21 -
YUV 183.88 160.8 130.23 -
System Red Green Blue C M Y K H S L
Decimal 187 171 242 0.23 0.29 0 0.05 253.52 0.73 0.81
Hex BB AB F2 17 1D 0 5 FE 49 51
Octal 273 253 362 27 35 0 5 376 111 121
Binary 10111011 10101011 11110010 10111 11101 0 101 11111110 1001001 1010001

Color Harmonies of #BBABF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABF2

Black with #BBABF2

Text Example


Text Example

White with #BBABF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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