Html Css Color HEX #BFAEEA Melrose

📋 copy color: '#BFAEEA'

red 191 ◦ green 174 ◦ blue 234

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

Shades of Melrose #BFAEEA

Tints of Melrose #BFAEEA

RGB

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

 GREEN value IS 174 (68.36% from 255) = 29.05%

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

R = 31.89%
G = 29.05%
B = 39.07%

CMYK

 C value IS 0.18

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BFAEEA (or 0xBFAEEA) is known color: Melrose. HEX triplet: BF, AE and EA. RGB value is (191,174,234). Sum of RGB (Red+Green+Blue) = 191+174+234=599 (79% of max value = 765). Red value is 191 (75% from 255 or 31.89% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 234 (91.80% from 255 or 39.07% from 599); Max value from RGB is 234 - color contains mainly: blue. Hex color #BFAEEA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEEA is #405115. Grayscale: #B9B9B9. Windows color (decimal): -4215062 or 15380159. OLE color: 15380159.

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

Color convert

RGB 191 174 234 -
CMYK 0.18 0.26 0 0.08
HSL 257º 0.59% 0.8% -
HSV(B) 257º 0.26% 0.92% -
XYZ 51.47 47.29 84.26 -
YUV 185.92 155.13 131.62 -
System Red Green Blue C M Y K H S L
Decimal 191 174 234 0.18 0.26 0 0.08 257 0.59 0.8
Hex BF AE EA 12 1A 0 8 101 3B 50
Octal 277 256 352 22 32 0 10 401 73 120
Binary 10111111 10101110 11101010 10010 11010 0 1000 100000001 111011 1010000

Color Harmonies of #BFAEEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEEA

Black with #BFAEEA

Text Example


Text Example

White with #BFAEEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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