Html Css Color HEX #BBACF8 Melrose

📋 copy color: '#BBACF8'

red 187 ◦ green 172 ◦ blue 248

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

Shades of Melrose #BBACF8

Tints of Melrose #BBACF8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.86%

R = 30.81%
G = 28.34%
B = 40.86%

CMYK

 C value IS 0.25

 M value IS 0.31

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#BBACF8 (or 0xBBACF8) is known color: Melrose. HEX triplet: BB, AC and F8. RGB value is (187,172,248). Sum of RGB (Red+Green+Blue) = 187+172+248=607 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.81% from 607); Green value is 172 (67.58% from 255 or 28.34% from 607); Blue value is 248 (97.27% from 255 or 40.86% from 607); Max value from RGB is 248 - color contains mainly: blue. Hex color #BBACF8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF8 is #445307. Grayscale: #B8B8B8. Windows color (decimal): -4477704 or 16297147. OLE color: 16297147.

HSL color Cylindrical-coordinate representation of color #BBACF8: hue angle of 251.84º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBACF8 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 187 172 248 -
CMYK 0.25 0.31 0 0.03
HSL 251.84º 0.84% 0.82% -
HSV(B) 251.84º 0.31% 0.97% -
XYZ 52.19 46.85 95.1 -
YUV 185.15 163.47 129.32 -
System Red Green Blue C M Y K H S L
Decimal 187 172 248 0.25 0.31 0 0.03 251.84 0.84 0.82
Hex BB AC F8 19 1F 0 3 FC 54 52
Octal 273 254 370 31 37 0 3 374 124 122
Binary 10111011 10101100 11111000 11001 11111 0 11 11111100 1010100 1010010

Color Harmonies of #BBACF8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACF8

Black with #BBACF8

Text Example


Text Example

White with #BBACF8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACF8; }

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

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

background-color css

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

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

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

border-color css

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

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

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