Html Css Color HEX #BBACFE Melrose

📋 copy color: '#BBACFE'

red 187 ◦ green 172 ◦ blue 254

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

Shades of Melrose #BBACFE

Tints of Melrose #BBACFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.44%

R = 30.51%
G = 28.06%
B = 41.44%

CMYK

 C value IS 0.26

 M value IS 0.32

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBACFE (or 0xBBACFE) is known color: Melrose. HEX triplet: BB, AC and FE. RGB value is (187,172,254). Sum of RGB (Red+Green+Blue) = 187+172+254=613 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.51% from 613); Green value is 172 (67.58% from 255 or 28.06% from 613); Blue value is 254 (99.61% from 255 or 41.44% from 613); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBACFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACFE is #445301. Grayscale: #B9B9B9. Windows color (decimal): -4477698 or 16690363. OLE color: 16690363.

HSL color Cylindrical-coordinate representation of color #BBACFE: hue angle of 250.98º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BBACFE is Cyan = 0.26, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 187 172 254 -
CMYK 0.26 0.32 0 0.00
HSL 250.98º 0.98% 0.84% -
HSV(B) 250.98º 0.32% 1% -
XYZ 53.14 47.23 100.08 -
YUV 185.83 166.47 128.83 -
System Red Green Blue C M Y K H S L
Decimal 187 172 254 0.26 0.32 0 0.00 250.98 0.98 0.84
Hex BB AC FE 1A 20 0 0 FB 62 54
Octal 273 254 376 32 40 0 0 373 142 124
Binary 10111011 10101100 11111110 11010 100000 0 0 11111011 1100010 1010100

Color Harmonies of #BBACFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACFE

Black with #BBACFE

Text Example


Text Example

White with #BBACFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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