Html Css Color HEX #BBACFB Melrose

📋 copy color: '#BBACFB'

red 187 ◦ green 172 ◦ blue 251

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

Shades of Melrose #BBACFB

Tints of Melrose #BBACFB

RGB

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

 GREEN value IS 172 (67.58% from 255) = 28.2%

 BLUE value IS 251 (98.44% from 255) = 41.15%

R = 30.66%
G = 28.2%
B = 41.15%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBACFB (or 0xBBACFB) is known color: Melrose. HEX triplet: BB, AC and FB. RGB value is (187,172,251). Sum of RGB (Red+Green+Blue) = 187+172+251=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 172 (67.58% from 255 or 28.20% from 610); Blue value is 251 (98.44% from 255 or 41.15% from 610); Max value from RGB is 251 - color contains mainly: blue. Hex color #BBACFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACFB is #445304. Grayscale: #B9B9B9. Windows color (decimal): -4477701 or 16493755. OLE color: 16493755.

HSL color Cylindrical-coordinate representation of color #BBACFB: hue angle of 251.39º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBACFB is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 172 251 -
CMYK 0.25 0.31 0 0.02
HSL 251.39º 0.91% 0.83% -
HSV(B) 251.39º 0.31% 0.98% -
XYZ 52.66 47.03 97.57 -
YUV 185.49 164.97 129.08 -
System Red Green Blue C M Y K H S L
Decimal 187 172 251 0.25 0.31 0 0.02 251.39 0.91 0.83
Hex BB AC FB 19 1F 0 2 FB 5B 53
Octal 273 254 373 31 37 0 2 373 133 123
Binary 10111011 10101100 11111011 11001 11111 0 10 11111011 1011011 1010011

Color Harmonies of #BBACFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACFB

Black with #BBACFB

Text Example


Text Example

White with #BBACFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACFB; }

 p { color: rgb(187,172,251); }

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

background-color css

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

 a { background-color: rgb(187,172,251); }

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

border-color css

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

 span { border-color: rgb(187,172,251); }

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