Html Css Color HEX #BBABF0 Melrose

📋 copy color: '#BBABF0'

red 187 ◦ green 171 ◦ blue 240

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

Shades of Melrose #BBABF0

Tints of Melrose #BBABF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 40.13%

R = 31.27%
G = 28.6%
B = 40.13%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBABF0 (or 0xBBABF0) is known color: Melrose. HEX triplet: BB, AB and F0. RGB value is (187,171,240). Sum of RGB (Red+Green+Blue) = 187+171+240=598 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.27% from 598); Green value is 171 (67.19% from 255 or 28.60% from 598); Blue value is 240 (94.14% from 255 or 40.13% from 598); Max value from RGB is 240 - color contains mainly: blue. Hex color #BBABF0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABF0 is #44540F. Grayscale: #B7B7B7. Windows color (decimal): -4477968 or 15772603. OLE color: 15772603.

HSL color Cylindrical-coordinate representation of color #BBABF0: hue angle of 253.91º degrees, saturation: 0.7, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBABF0 is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 171 240 -
CMYK 0.22 0.29 0 0.06
HSL 253.91º 0.7% 0.81% -
HSV(B) 253.91º 0.29% 0.94% -
XYZ 50.78 45.98 88.64 -
YUV 183.65 159.8 130.39 -
System Red Green Blue C M Y K H S L
Decimal 187 171 240 0.22 0.29 0 0.06 253.91 0.7 0.81
Hex BB AB F0 16 1D 0 6 FE 46 51
Octal 273 253 360 26 35 0 6 376 106 121
Binary 10111011 10101011 11110000 10110 11101 0 110 11111110 1000110 1010001

Color Harmonies of #BBABF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABF0

Black with #BBABF0

Text Example


Text Example

White with #BBABF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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