Html Css Color HEX #BBA6FC Melrose

📋 copy color: '#BBA6FC'

red 187 ◦ green 166 ◦ blue 252

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

Shades of Melrose #BBA6FC

Tints of Melrose #BBA6FC

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.44%

 BLUE value IS 252 (98.83% from 255) = 41.65%

R = 30.91%
G = 27.44%
B = 41.65%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BBA6FC (or 0xBBA6FC) is known color: Melrose. HEX triplet: BB, A6 and FC. RGB value is (187,166,252). Sum of RGB (Red+Green+Blue) = 187+166+252=605 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.91% from 605); Green value is 166 (65.23% from 255 or 27.44% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #BBA6FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6FC is #445903. Grayscale: #B5B5B5. Windows color (decimal): -4479236 or 16557755. OLE color: 16557755.

HSL color Cylindrical-coordinate representation of color #BBA6FC: hue angle of 254.65º degrees, saturation: 0.93, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BBA6FC is Cyan = 0.26, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 187 166 252 -
CMYK 0.26 0.34 0 0.01
HSL 254.65º 0.93% 0.82% -
HSV(B) 254.65º 0.34% 0.99% -
XYZ 51.7 44.87 98.03 -
YUV 182.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 187 166 252 0.26 0.34 0 0.01 254.65 0.93 0.82
Hex BB A6 FC 1A 22 0 1 FF 5D 52
Octal 273 246 374 32 42 0 1 377 135 122
Binary 10111011 10100110 11111100 11010 100010 0 1 11111111 1011101 1010010

Color Harmonies of #BBA6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6FC

Black with #BBA6FC

Text Example


Text Example

White with #BBA6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6FC; }

 p { color: rgb(187,166,252); }

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

background-color css

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

 a { background-color: rgb(187,166,252); }

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

border-color css

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

 span { border-color: rgb(187,166,252); }

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