Html Css Color HEX #BBAFE4 Melrose

📋 copy color: '#BBAFE4'

red 187 ◦ green 175 ◦ blue 228

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

Shades of Melrose #BBAFE4

Tints of Melrose #BBAFE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 38.64%

R = 31.69%
G = 29.66%
B = 38.64%

CMYK

 C value IS 0.18

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BBAFE4 (or 0xBBAFE4) is known color: Melrose. HEX triplet: BB, AF and E4. RGB value is (187,175,228). Sum of RGB (Red+Green+Blue) = 187+175+228=590 (78% of max value = 765). Red value is 187 (73.44% from 255 or 31.69% from 590); Green value is 175 (68.75% from 255 or 29.66% from 590); Blue value is 228 (89.45% from 255 or 38.64% from 590); Max value from RGB is 228 - color contains mainly: blue. Hex color #BBAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBAFE4 is #44501B. Grayscale: #B8B8B8. Windows color (decimal): -4476956 or 14987195. OLE color: 14987195.

HSL color Cylindrical-coordinate representation of color #BBAFE4: hue angle of 253.58º degrees, saturation: 0.5, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BBAFE4 is Cyan = 0.18, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 187 175 228 -
CMYK 0.18 0.23 0 0.11
HSL 253.58º 0.5% 0.79% -
HSV(B) 253.58º 0.23% 0.89% -
XYZ 49.83 46.83 79.81 -
YUV 184.63 152.48 129.69 -
System Red Green Blue C M Y K H S L
Decimal 187 175 228 0.18 0.23 0 0.11 253.58 0.5 0.79
Hex BB AF E4 12 17 0 B FE 32 4F
Octal 273 257 344 22 27 0 13 376 62 117
Binary 10111011 10101111 11100100 10010 10111 0 1011 11111110 110010 1001111

Color Harmonies of #BBAFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BBAFE4

Black with #BBAFE4

Text Example


Text Example

White with #BBAFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BBAFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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