Html Css Color HEX #BBA9EF Melrose

📋 copy color: '#BBA9EF'

red 187 ◦ green 169 ◦ blue 239

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

Shades of Melrose #BBA9EF

Tints of Melrose #BBA9EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.17%

R = 31.43%
G = 28.4%
B = 40.17%

CMYK

 C value IS 0.22

 M value IS 0.29

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBA9EF (or 0xBBA9EF) is known color: Melrose. HEX triplet: BB, A9 and EF. RGB value is (187,169,239). Sum of RGB (Red+Green+Blue) = 187+169+239=595 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.43% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 239 (93.75% from 255 or 40.17% from 595); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBA9EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA9EF is #445610. Grayscale: #B6B6B6. Windows color (decimal): -4478481 or 15706555. OLE color: 15706555.

HSL color Cylindrical-coordinate representation of color #BBA9EF: hue angle of 255.43º degrees, saturation: 0.69, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BBA9EF is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 187 169 239 -
CMYK 0.22 0.29 0 0.06
HSL 255.43º 0.69% 0.8% -
HSV(B) 255.43º 0.29% 0.94% -
XYZ 50.26 45.17 87.73 -
YUV 182.36 159.96 131.31 -
System Red Green Blue C M Y K H S L
Decimal 187 169 239 0.22 0.29 0 0.06 255.43 0.69 0.8
Hex BB A9 EF 16 1D 0 6 FF 45 50
Octal 273 251 357 26 35 0 6 377 105 120
Binary 10111011 10101001 11101111 10110 11101 0 110 11111111 1000101 1010000

Color Harmonies of #BBA9EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA9EF

Black with #BBA9EF

Text Example


Text Example

White with #BBA9EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA9EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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