Html Css Color HEX #BBA9FE Melrose

📋 copy color: '#BBA9FE'

red 187 ◦ green 169 ◦ blue 254

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

Shades of Melrose #BBA9FE

Tints of Melrose #BBA9FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.64%

R = 30.66%
G = 27.7%
B = 41.64%

CMYK

 C value IS 0.26

 M value IS 0.33

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BBA9FE (or 0xBBA9FE) is known color: Melrose. HEX triplet: BB, A9 and FE. RGB value is (187,169,254). Sum of RGB (Red+Green+Blue) = 187+169+254=610 (80% of max value = 765). Red value is 187 (73.44% from 255 or 30.66% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 254 (99.61% from 255 or 41.64% from 610); Max value from RGB is 254 - color contains mainly: blue. Hex color #BBA9FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9FE is #445601. Grayscale: #B7B7B7. Windows color (decimal): -4478466 or 16689595. OLE color: 16689595.

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

Color convert

RGB 187 169 254 -
CMYK 0.26 0.33 0 0.00
HSL 252.71º 0.98% 0.83% -
HSV(B) 252.71º 0.33% 1% -
XYZ 52.57 46.1 99.89 -
YUV 184.07 167.46 130.09 -
System Red Green Blue C M Y K H S L
Decimal 187 169 254 0.26 0.33 0 0.00 252.71 0.98 0.83
Hex BB A9 FE 1A 21 0 0 FD 62 53
Octal 273 251 376 32 41 0 0 375 142 123
Binary 10111011 10101001 11111110 11010 100001 0 0 11111101 1100010 1010011

Color Harmonies of #BBA9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9FE

Black with #BBA9FE

Text Example


Text Example

White with #BBA9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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