Html Css Color HEX #BFAFEA Melrose

📋 copy color: '#BFAFEA'

red 191 ◦ green 175 ◦ blue 234

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

Shades of Melrose #BFAFEA

Tints of Melrose #BFAFEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39%

R = 31.83%
G = 29.17%
B = 39%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFAFEA (or 0xBFAFEA) is known color: Melrose. HEX triplet: BF, AF and EA. RGB value is (191,175,234). Sum of RGB (Red+Green+Blue) = 191+175+234=600 (79% of max value = 765). Red value is 191 (75% from 255 or 31.83% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 234 (91.80% from 255 or 39% from 600); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFAFEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAFEA is #405015. Grayscale: #BABABA. Windows color (decimal): -4214806 or 15380415. OLE color: 15380415.

HSL color Cylindrical-coordinate representation of color #BFAFEA: hue angle of 256.27º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BFAFEA is Cyan = 0.18, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 191 175 234 -
CMYK 0.18 0.25 0 0.08
HSL 256.27º 0.58% 0.8% -
HSV(B) 256.27º 0.25% 0.92% -
XYZ 51.67 47.68 84.32 -
YUV 186.51 154.8 131.2 -
System Red Green Blue C M Y K H S L
Decimal 191 175 234 0.18 0.25 0 0.08 256.27 0.58 0.8
Hex BF AF EA 12 19 0 8 100 3A 50
Octal 277 257 352 22 31 0 10 400 72 120
Binary 10111111 10101111 11101010 10010 11001 0 1000 100000000 111010 1010000

Color Harmonies of #BFAFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFEA

Black with #BFAFEA

Text Example


Text Example

White with #BFAFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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