Html Css Color HEX #BBA7EC Melrose

📋 copy color: '#BBA7EC'

red 187 ◦ green 167 ◦ blue 236

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

Shades of Melrose #BBA7EC

Tints of Melrose #BBA7EC

RGB

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

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

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

R = 31.69%
G = 28.31%
B = 40%

CMYK

 C value IS 0.21

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BBA7EC (or 0xBBA7EC) is known color: Melrose. HEX triplet: BB, A7 and EC. RGB value is (187,167,236). Sum of RGB (Red+Green+Blue) = 187+167+236=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 167 (65.62% from 255 or 28.31% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBA7EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7EC is #445813. Grayscale: #B4B4B4. Windows color (decimal): -4478996 or 15509435. OLE color: 15509435.

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

Color convert

RGB 187 167 236 -
CMYK 0.21 0.29 0 0.07
HSL 257.39º 0.64% 0.79% -
HSV(B) 257.39º 0.29% 0.93% -
XYZ 49.45 44.26 85.29 -
YUV 180.85 159.13 132.39 -
System Red Green Blue C M Y K H S L
Decimal 187 167 236 0.21 0.29 0 0.07 257.39 0.64 0.79
Hex BB A7 EC 15 1D 0 7 101 40 4F
Octal 273 247 354 25 35 0 7 401 100 117
Binary 10111011 10100111 11101100 10101 11101 0 111 100000001 1000000 1001111

Color Harmonies of #BBA7EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7EC

Black with #BBA7EC

Text Example


Text Example

White with #BBA7EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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