Html Css Color HEX #BBACF9 Melrose

📋 copy color: '#BBACF9'

red 187 ◦ green 172 ◦ blue 249

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

Shades of Melrose #BBACF9

Tints of Melrose #BBACF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.95%

R = 30.76%
G = 28.29%
B = 40.95%

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

#BBACF9 (or 0xBBACF9) is known color: Melrose. HEX triplet: BB, AC and F9. RGB value is (187,172,249). Sum of RGB (Red+Green+Blue) = 187+172+249=608 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.76% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACF9 is #445306. Grayscale: #B8B8B8. Windows color (decimal): -4477703 or 16362683. OLE color: 16362683.

HSL color Cylindrical-coordinate representation of color #BBACF9: hue angle of 251.69º degrees, saturation: 0.87, 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 #BBACF9 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 172 249 -
CMYK 0.25 0.31 0 0.02
HSL 251.69º 0.87% 0.83% -
HSV(B) 251.69º 0.31% 0.98% -
XYZ 52.34 46.91 95.92 -
YUV 185.26 163.97 129.24 -
System Red Green Blue C M Y K H S L
Decimal 187 172 249 0.25 0.31 0 0.02 251.69 0.87 0.83
Hex BB AC F9 19 1F 0 2 FC 57 53
Octal 273 254 371 31 37 0 2 374 127 123
Binary 10111011 10101100 11111001 11001 11111 0 10 11111100 1010111 1010011

Color Harmonies of #BBACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACF9

Black with #BBACF9

Text Example


Text Example

White with #BBACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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