Html Css Color HEX #BBA9E9 Melrose

📋 copy color: '#BBA9E9'

red 187 ◦ green 169 ◦ blue 233

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

Shades of Melrose #BBA9E9

Tints of Melrose #BBA9E9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 39.56%

R = 31.75%
G = 28.69%
B = 39.56%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBA9E9 (or 0xBBA9E9) is known color: Melrose. HEX triplet: BB, A9 and E9. RGB value is (187,169,233). Sum of RGB (Red+Green+Blue) = 187+169+233=589 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.75% from 589); Green value is 169 (66.41% from 255 or 28.69% from 589); Blue value is 233 (91.41% from 255 or 39.56% from 589); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBA9E9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9E9 is #445616. Grayscale: #B5B5B5. Windows color (decimal): -4478487 or 15313339. OLE color: 15313339.

HSL color Cylindrical-coordinate representation of color #BBA9E9: hue angle of 256.88º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BBA9E9 is Cyan = 0.20, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 169 233 -
CMYK 0.20 0.27 0 0.09
HSL 256.88º 0.59% 0.79% -
HSV(B) 256.88º 0.27% 0.91% -
XYZ 49.39 44.82 83.14 -
YUV 181.68 156.96 131.8 -
System Red Green Blue C M Y K H S L
Decimal 187 169 233 0.20 0.27 0 0.09 256.88 0.59 0.79
Hex BB A9 E9 14 1B 0 9 101 3B 4F
Octal 273 251 351 24 33 0 11 401 73 117
Binary 10111011 10101001 11101001 10100 11011 0 1001 100000001 111011 1001111

Color Harmonies of #BBA9E9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9E9

Black with #BBA9E9

Text Example


Text Example

White with #BBA9E9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9E9; }

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

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

background-color css

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

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

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

border-color css

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

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

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