Html Css Color HEX #BFAFE4 Melrose

📋 copy color: '#BFAFE4'

red 191 ◦ green 175 ◦ blue 228

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

Shades of Melrose #BFAFE4

Tints of Melrose #BFAFE4

RGB

 RED value IS 191 (75% from 255) = 32.15%

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

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

R = 32.15%
G = 29.46%
B = 38.38%

CMYK

 C value IS 0.16

 M value IS 0.23

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#BFAFE4 (or 0xBFAFE4) is known color: Melrose. HEX triplet: BF, AF and E4. RGB value is (191,175,228). Sum of RGB (Red+Green+Blue) = 191+175+228=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 175 (68.75% from 255 or 29.46% from 594); Blue value is 228 (89.45% from 255 or 38.38% from 594); Max value from RGB is 228 - color contains mainly: blue. Hex color #BFAFE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BFAFE4 is #40501B. Grayscale: #B9B9B9. Windows color (decimal): -4214812 or 14987199. OLE color: 14987199.

HSL color Cylindrical-coordinate representation of color #BFAFE4: hue angle of 258.11º 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 #BFAFE4 is Cyan = 0.16, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 191 175 228 -
CMYK 0.16 0.23 0 0.11
HSL 258.11º 0.5% 0.79% -
HSV(B) 258.11º 0.23% 0.89% -
XYZ 50.82 47.34 79.86 -
YUV 185.83 151.8 131.69 -
System Red Green Blue C M Y K H S L
Decimal 191 175 228 0.16 0.23 0 0.11 258.11 0.5 0.79
Hex BF AF E4 10 17 0 B 102 32 4F
Octal 277 257 344 20 27 0 13 402 62 117
Binary 10111111 10101111 11100100 10000 10111 0 1011 100000010 110010 1001111

Color Harmonies of #BFAFE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFE4

Black with #BFAFE4

Text Example


Text Example

White with #BFAFE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFE4; }

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

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

background-color css

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

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

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

border-color css

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

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

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