Html Css Color HEX #BBACFF Melrose

📋 copy color: '#BBACFF'

red 187 ◦ green 172 ◦ blue 255

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

Shades of Melrose #BBACFF

Tints of Melrose #BBACFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.53%

R = 30.46%
G = 28.01%
B = 41.53%

CMYK

 C value IS 0.27

 M value IS 0.33

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BBACFF (or 0xBBACFF) is known color: Melrose. HEX triplet: BB, AC and FF. RGB value is (187,172,255). Sum of RGB (Red+Green+Blue) = 187+172+255=614 (81% of max value = 765). Red value is 187 (73.44% from 255 or 30.46% from 614); Green value is 172 (67.58% from 255 or 28.01% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #BBACFF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBACFF is #445300. Grayscale: #B9B9B9. Windows color (decimal): -4477697 or 16755899. OLE color: 16755899.

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

Color convert

RGB 187 172 255 -
CMYK 0.27 0.33 0 0
HSL 250.84º 1% 0.84% -
HSV(B) 250.84º 0.33% 1% -
XYZ 53.3 47.29 100.93 -
YUV 185.95 166.97 128.75 -
System Red Green Blue C M Y K H S L
Decimal 187 172 255 0.27 0.33 0 0 250.84 1 0.84
Hex BB AC FF 1B 21 0 0 FB 64 54
Octal 273 254 377 33 41 0 0 373 144 124
Binary 10111011 10101100 11111111 11011 100001 0 0 11111011 1100100 1010100

Color Harmonies of #BBACFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBACFF

Black with #BBACFF

Text Example


Text Example

White with #BBACFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBACFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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