Html Css Color HEX #BFAFEC Melrose

📋 copy color: '#BFAFEC'

red 191 ◦ green 175 ◦ blue 236

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

Shades of Melrose #BFAFEC

Tints of Melrose #BFAFEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.2%

R = 31.73%
G = 29.07%
B = 39.2%

CMYK

 C value IS 0.19

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFAFEC (or 0xBFAFEC) is known color: Melrose. HEX triplet: BF, AF and EC. RGB value is (191,175,236). Sum of RGB (Red+Green+Blue) = 191+175+236=602 (79% of max value = 765). Red value is 191 (75% from 255 or 31.73% from 602); Green value is 175 (68.75% from 255 or 29.07% from 602); Blue value is 236 (92.58% from 255 or 39.20% from 602); Max value from RGB is 236 - color contains mainly: blue. Hex color #BFAFEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAFEC is #405013. Grayscale: #BABABA. Windows color (decimal): -4214804 or 15511487. OLE color: 15511487.

HSL color Cylindrical-coordinate representation of color #BFAFEC: hue angle of 255.74º degrees, saturation: 0.62, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BFAFEC is Cyan = 0.19, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 175 236 -
CMYK 0.19 0.26 0 0.07
HSL 255.74º 0.62% 0.81% -
HSV(B) 255.74º 0.26% 0.93% -
XYZ 51.96 47.79 85.84 -
YUV 186.74 155.8 131.04 -
System Red Green Blue C M Y K H S L
Decimal 191 175 236 0.19 0.26 0 0.07 255.74 0.62 0.81
Hex BF AF EC 13 1A 0 7 100 3E 51
Octal 277 257 354 23 32 0 7 400 76 121
Binary 10111111 10101111 11101100 10011 11010 0 111 100000000 111110 1010001

Color Harmonies of #BFAFEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAFEC

Black with #BFAFEC

Text Example


Text Example

White with #BFAFEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAFEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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