Html Css Color HEX #BBABFC Melrose

📋 copy color: '#BBABFC'

red 187 ◦ green 171 ◦ blue 252

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

Shades of Melrose #BBABFC

Tints of Melrose #BBABFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 30.66%
G = 28.03%
B = 41.31%

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

#BBABFC (or 0xBBABFC) is known color: Melrose. HEX triplet: BB, AB and FC. RGB value is (187,171,252). Sum of RGB (Red+Green+Blue) = 187+171+252=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 171 (67.19% from 255 or 28.03% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBABFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBABFC is #445403. Grayscale: #B8B8B8. Windows color (decimal): -4477956 or 16559035. OLE color: 16559035.

HSL color Cylindrical-coordinate representation of color #BBABFC: hue angle of 251.85º degrees, saturation: 0.93, 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 #BBABFC is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 171 252 -
CMYK 0.26 0.32 0 0.01
HSL 251.85º 0.93% 0.83% -
HSV(B) 251.85º 0.32% 0.99% -
XYZ 52.63 46.72 98.34 -
YUV 185.02 165.8 129.41 -
System Red Green Blue C M Y K H S L
Decimal 187 171 252 0.26 0.32 0 0.01 251.85 0.93 0.83
Hex BB AB FC 1A 20 0 1 FC 5D 53
Octal 273 253 374 32 40 0 1 374 135 123
Binary 10111011 10101011 11111100 11010 100000 0 1 11111100 1011101 1010011

Color Harmonies of #BBABFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBABFC

Black with #BBABFC

Text Example


Text Example

White with #BBABFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBABFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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