Html Css Color HEX #BBA7ED Melrose

📋 copy color: '#BBA7ED'

red 187 ◦ green 167 ◦ blue 237

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

Shades of Melrose #BBA7ED

Tints of Melrose #BBA7ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.1%

R = 31.64%
G = 28.26%
B = 40.1%

CMYK

 C value IS 0.21

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBA7ED (or 0xBBA7ED) is known color: Melrose. HEX triplet: BB, A7 and ED. RGB value is (187,167,237). Sum of RGB (Red+Green+Blue) = 187+167+237=591 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.64% from 591); Green value is 167 (65.62% from 255 or 28.26% from 591); Blue value is 237 (92.97% from 255 or 40.10% from 591); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBA7ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7ED is #445812. Grayscale: #B4B4B4. Windows color (decimal): -4478995 or 15574971. OLE color: 15574971.

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

Color convert

RGB 187 167 237 -
CMYK 0.21 0.30 0 0.07
HSL 257.14º 0.66% 0.79% -
HSV(B) 257.14º 0.3% 0.93% -
XYZ 49.6 44.32 86.06 -
YUV 180.96 159.63 132.31 -
System Red Green Blue C M Y K H S L
Decimal 187 167 237 0.21 0.30 0 0.07 257.14 0.66 0.79
Hex BB A7 ED 15 1E 0 7 101 42 4F
Octal 273 247 355 25 36 0 7 401 102 117
Binary 10111011 10100111 11101101 10101 11110 0 111 100000001 1000010 1001111

Color Harmonies of #BBA7ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7ED

Black with #BBA7ED

Text Example


Text Example

White with #BBA7ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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