Html Css Color HEX #BBAFE0 Melrose

📋 copy color: '#BBAFE0'

red 187 ◦ green 175 ◦ blue 224

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

Shades of Melrose #BBAFE0

Tints of Melrose #BBAFE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 38.23%

R = 31.91%
G = 29.86%
B = 38.23%

CMYK

 C value IS 0.17

 M value IS 0.22

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BBAFE0 (or 0xBBAFE0) is known color: Melrose. HEX triplet: BB, AF and E0. RGB value is (187,175,224). Sum of RGB (Red+Green+Blue) = 187+175+224=586 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.91% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 224 (87.89% from 255 or 38.23% from 586); Max value from RGB is 224 - color contains mainly: blue. Hex color #BBAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFE0 is #44501F. Grayscale: #B7B7B7. Windows color (decimal): -4476960 or 14725051. OLE color: 14725051.

HSL color Cylindrical-coordinate representation of color #BBAFE0: hue angle of 254.69º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBAFE0 is Cyan = 0.17, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 187 175 224 -
CMYK 0.17 0.22 0 0.12
HSL 254.69º 0.44% 0.78% -
HSV(B) 254.69º 0.22% 0.88% -
XYZ 49.28 46.61 76.92 -
YUV 184.17 150.48 130.02 -
System Red Green Blue C M Y K H S L
Decimal 187 175 224 0.17 0.22 0 0.12 254.69 0.44 0.78
Hex BB AF E0 11 16 0 C FF 2C 4E
Octal 273 257 340 21 26 0 14 377 54 116
Binary 10111011 10101111 11100000 10001 10110 0 1100 11111111 101100 1001110

Color Harmonies of #BBAFE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFE0

Black with #BBAFE0

Text Example


Text Example

White with #BBAFE0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFE0; }

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

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

background-color css

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

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

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

border-color css

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

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

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