Html Css Color HEX #BBA7EF Melrose

📋 copy color: '#BBA7EF'

red 187 ◦ green 167 ◦ blue 239

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

Shades of Melrose #BBA7EF

Tints of Melrose #BBA7EF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 28.16%

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

R = 31.53%
G = 28.16%
B = 40.3%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BBA7EF (or 0xBBA7EF) is known color: Melrose. HEX triplet: BB, A7 and EF. RGB value is (187,167,239). Sum of RGB (Red+Green+Blue) = 187+167+239=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 167 (65.62% from 255 or 28.16% from 593); Blue value is 239 (93.75% from 255 or 40.30% from 593); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBA7EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7EF is #445810. Grayscale: #B4B4B4. Windows color (decimal): -4478993 or 15706043. OLE color: 15706043.

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

Color convert

RGB 187 167 239 -
CMYK 0.22 0.30 0 0.06
HSL 256.67º 0.69% 0.8% -
HSV(B) 256.67º 0.3% 0.94% -
XYZ 49.89 44.43 87.61 -
YUV 181.19 160.63 132.15 -
System Red Green Blue C M Y K H S L
Decimal 187 167 239 0.22 0.30 0 0.06 256.67 0.69 0.8
Hex BB A7 EF 16 1E 0 6 101 45 50
Octal 273 247 357 26 36 0 6 401 105 120
Binary 10111011 10100111 11101111 10110 11110 0 110 100000001 1000101 1010000

Color Harmonies of #BBA7EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7EF

Black with #BBA7EF

Text Example


Text Example

White with #BBA7EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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