Html Css Color HEX #BBA9EC Melrose

📋 copy color: '#BBA9EC'

red 187 ◦ green 169 ◦ blue 236

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

Shades of Melrose #BBA9EC

Tints of Melrose #BBA9EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.86%

R = 31.59%
G = 28.55%
B = 39.86%

CMYK

 C value IS 0.21

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBA9EC (or 0xBBA9EC) is known color: Melrose. HEX triplet: BB, A9 and EC. RGB value is (187,169,236). Sum of RGB (Red+Green+Blue) = 187+169+236=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 169 (66.41% from 255 or 28.55% from 592); Blue value is 236 (92.58% from 255 or 39.86% from 592); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA9EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9EC is #445613. Grayscale: #B5B5B5. Windows color (decimal): -4478484 or 15509947. OLE color: 15509947.

HSL color Cylindrical-coordinate representation of color #BBA9EC: hue angle of 256.12º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BBA9EC is Cyan = 0.21, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 169 236 -
CMYK 0.21 0.28 0 0.07
HSL 256.12º 0.64% 0.79% -
HSV(B) 256.12º 0.28% 0.93% -
XYZ 49.82 45 85.42 -
YUV 182.02 158.46 131.55 -
System Red Green Blue C M Y K H S L
Decimal 187 169 236 0.21 0.28 0 0.07 256.12 0.64 0.79
Hex BB A9 EC 15 1C 0 7 100 40 4F
Octal 273 251 354 25 34 0 7 400 100 117
Binary 10111011 10101001 11101100 10101 11100 0 111 100000000 1000000 1001111

Color Harmonies of #BBA9EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9EC

Black with #BBA9EC

Text Example


Text Example

White with #BBA9EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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