Html Css Color HEX #BBA7EE Melrose

📋 copy color: '#BBA7EE'

red 187 ◦ green 167 ◦ blue 238

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

Shades of Melrose #BBA7EE

Tints of Melrose #BBA7EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 40.2%

R = 31.59%
G = 28.21%
B = 40.2%

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

#BBA7EE (or 0xBBA7EE) is known color: Melrose. HEX triplet: BB, A7 and EE. RGB value is (187,167,238). Sum of RGB (Red+Green+Blue) = 187+167+238=592 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.59% from 592); Green value is 167 (65.62% from 255 or 28.21% from 592); Blue value is 238 (93.36% from 255 or 40.20% from 592); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBA7EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBA7EE is #445811. Grayscale: #B4B4B4. Windows color (decimal): -4478994 or 15640507. OLE color: 15640507.

HSL color Cylindrical-coordinate representation of color #BBA7EE: hue angle of 256.9º degrees, saturation: 0.68, 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 #BBA7EE is Cyan = 0.21, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 187 167 238 -
CMYK 0.21 0.30 0 0.07
HSL 256.9º 0.68% 0.79% -
HSV(B) 256.9º 0.3% 0.93% -
XYZ 49.74 44.38 86.83 -
YUV 181.07 160.13 132.23 -
System Red Green Blue C M Y K H S L
Decimal 187 167 238 0.21 0.30 0 0.07 256.9 0.68 0.79
Hex BB A7 EE 15 1E 0 7 101 44 4F
Octal 273 247 356 25 36 0 7 401 104 117
Binary 10111011 10100111 11101110 10101 11110 0 111 100000001 1000100 1001111

Color Harmonies of #BBA7EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBA7EE

Black with #BBA7EE

Text Example


Text Example

White with #BBA7EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBA7EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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