Html Css Color HEX #BBA6F9 Melrose

📋 copy color: '#BBA6F9'

red 187 ◦ green 166 ◦ blue 249

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

Shades of Melrose #BBA6F9

Tints of Melrose #BBA6F9

RGB

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

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

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

R = 31.06%
G = 27.57%
B = 41.36%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BBA6F9 (or 0xBBA6F9) is known color: Melrose. HEX triplet: BB, A6 and F9. RGB value is (187,166,249). Sum of RGB (Red+Green+Blue) = 187+166+249=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 166 (65.23% from 255 or 27.57% from 602); Blue value is 249 (97.66% from 255 or 41.36% from 602); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBA6F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA6F9 is #445906. Grayscale: #B5B5B5. Windows color (decimal): -4479239 or 16361147. OLE color: 16361147.

HSL color Cylindrical-coordinate representation of color #BBA6F9: hue angle of 255.18º degrees, saturation: 0.87, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BBA6F9 is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 187 166 249 -
CMYK 0.25 0.33 0 0.02
HSL 255.18º 0.87% 0.81% -
HSV(B) 255.18º 0.33% 0.98% -
XYZ 51.23 44.68 95.55 -
YUV 181.74 165.96 131.75 -
System Red Green Blue C M Y K H S L
Decimal 187 166 249 0.25 0.33 0 0.02 255.18 0.87 0.81
Hex BB A6 F9 19 21 0 2 FF 57 51
Octal 273 246 371 31 41 0 2 377 127 121
Binary 10111011 10100110 11111001 11001 100001 0 10 11111111 1010111 1010001

Color Harmonies of #BBA6F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA6F9

Black with #BBA6F9

Text Example


Text Example

White with #BBA6F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA6F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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