Html Css Color HEX #BBAFE7 Melrose

📋 copy color: '#BBAFE7'

red 187 ◦ green 175 ◦ blue 231

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

Shades of Melrose #BBAFE7

Tints of Melrose #BBAFE7

RGB

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

 GREEN value IS 175 (68.75% from 255) = 29.51%

 BLUE value IS 231 (90.63% from 255) = 38.95%

R = 31.53%
G = 29.51%
B = 38.95%

CMYK

 C value IS 0.19

 M value IS 0.24

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BBAFE7 (or 0xBBAFE7) is known color: Melrose. HEX triplet: BB, AF and E7. RGB value is (187,175,231). Sum of RGB (Red+Green+Blue) = 187+175+231=593 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.53% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 231 (90.62% from 255 or 38.95% from 593); Max value from RGB is 231 - color contains mainly: blue. Hex color #BBAFE7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BBAFE7 is #445018. Grayscale: #B8B8B8. Windows color (decimal): -4476953 or 15183803. OLE color: 15183803.

HSL color Cylindrical-coordinate representation of color #BBAFE7: hue angle of 252.86º degrees, saturation: 0.54, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBAFE7 is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 187 175 231 -
CMYK 0.19 0.24 0 0.09
HSL 252.86º 0.54% 0.8% -
HSV(B) 252.86º 0.24% 0.91% -
XYZ 50.25 46.99 82.02 -
YUV 184.97 153.98 129.45 -
System Red Green Blue C M Y K H S L
Decimal 187 175 231 0.19 0.24 0 0.09 252.86 0.54 0.8
Hex BB AF E7 13 18 0 9 FD 36 50
Octal 273 257 347 23 30 0 11 375 66 120
Binary 10111011 10101111 11100111 10011 11000 0 1001 11111101 110110 1010000

Color Harmonies of #BBAFE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFE7

Black with #BBAFE7

Text Example


Text Example

White with #BBAFE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFE7; }

 p { color: rgb(187,175,231); }

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

background-color css

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

 a { background-color: rgb(187,175,231); }

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

border-color css

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

 span { border-color: rgb(187,175,231); }

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