Html Css Color HEX #BBABFD Melrose

📋 copy color: '#BBABFD'

red 187 ◦ green 171 ◦ blue 253

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

Shades of Melrose #BBABFD

Tints of Melrose #BBABFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.41%

R = 30.61%
G = 27.99%
B = 41.41%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBABFD (or 0xBBABFD) is known color: Melrose. HEX triplet: BB, AB and FD. RGB value is (187,171,253). Sum of RGB (Red+Green+Blue) = 187+171+253=611 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.61% from 611); Green value is 171 (67.19% from 255 or 27.99% from 611); Blue value is 253 (99.22% from 255 or 41.41% from 611); Max value from RGB is 253 - color contains mainly: blue. Hex color #BBABFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABFD is #445402. Grayscale: #B8B8B8. Windows color (decimal): -4477955 or 16624571. OLE color: 16624571.

HSL color Cylindrical-coordinate representation of color #BBABFD: hue angle of 251.71º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBABFD is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 171 253 -
CMYK 0.26 0.32 0 0.01
HSL 251.71º 0.95% 0.83% -
HSV(B) 251.71º 0.32% 0.99% -
XYZ 52.79 46.78 99.18 -
YUV 185.13 166.3 129.33 -
System Red Green Blue C M Y K H S L
Decimal 187 171 253 0.26 0.32 0 0.01 251.71 0.95 0.83
Hex BB AB FD 1A 20 0 1 FC 5F 53
Octal 273 253 375 32 40 0 1 374 137 123
Binary 10111011 10101011 11111101 11010 100000 0 1 11111100 1011111 1010011

Color Harmonies of #BBABFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABFD

Black with #BBABFD

Text Example


Text Example

White with #BBABFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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