Html Css Color HEX #BBA9F6 Melrose

📋 copy color: '#BBA9F6'

red 187 ◦ green 169 ◦ blue 246

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

Shades of Melrose #BBA9F6

Tints of Melrose #BBA9F6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.07%

 BLUE value IS 246 (96.48% from 255) = 40.86%

R = 31.06%
G = 28.07%
B = 40.86%

CMYK

 C value IS 0.24

 M value IS 0.31

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BBA9F6 (or 0xBBA9F6) is known color: Melrose. HEX triplet: BB, A9 and F6. RGB value is (187,169,246). Sum of RGB (Red+Green+Blue) = 187+169+246=602 (79% of max value = 765). Red value is 187 (73.44% from 255 or 31.06% from 602); Green value is 169 (66.41% from 255 or 28.07% from 602); Blue value is 246 (96.48% from 255 or 40.86% from 602); Max value from RGB is 246 - color contains mainly: blue. Hex color #BBA9F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9F6 is #445609. Grayscale: #B6B6B6. Windows color (decimal): -4478474 or 16165307. OLE color: 16165307.

HSL color Cylindrical-coordinate representation of color #BBA9F6: hue angle of 254.03º degrees, saturation: 0.81, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BBA9F6 is Cyan = 0.24, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 187 169 246 -
CMYK 0.24 0.31 0 0.04
HSL 254.03º 0.81% 0.81% -
HSV(B) 254.03º 0.31% 0.96% -
XYZ 51.32 45.59 93.28 -
YUV 183.16 163.46 130.74 -
System Red Green Blue C M Y K H S L
Decimal 187 169 246 0.24 0.31 0 0.04 254.03 0.81 0.81
Hex BB A9 F6 18 1F 0 4 FE 51 51
Octal 273 251 366 30 37 0 4 376 121 121
Binary 10111011 10101001 11110110 11000 11111 0 100 11111110 1010001 1010001

Color Harmonies of #BBA9F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9F6

Black with #BBA9F6

Text Example


Text Example

White with #BBA9F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9F6; }

 p { color: rgb(187,169,246); }

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

background-color css

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

 a { background-color: rgb(187,169,246); }

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

border-color css

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

 span { border-color: rgb(187,169,246); }

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