Html Css Color HEX #BFAEE8 Melrose

📋 copy color: '#BFAEE8'

red 191 ◦ green 174 ◦ blue 232

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

Shades of Melrose #BFAEE8

Tints of Melrose #BFAEE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 38.86%

R = 31.99%
G = 29.15%
B = 38.86%

CMYK

 C value IS 0.18

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BFAEE8 (or 0xBFAEE8) is known color: Melrose. HEX triplet: BF, AE and E8. RGB value is (191,174,232). Sum of RGB (Red+Green+Blue) = 191+174+232=597 (79% of max value = 765). Red value is 191 (75% from 255 or 31.99% from 597); Green value is 174 (68.36% from 255 or 29.15% from 597); Blue value is 232 (91.02% from 255 or 38.86% from 597); Max value from RGB is 232 - color contains mainly: blue. Hex color #BFAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEE8 is #405117. Grayscale: #B9B9B9. Windows color (decimal): -4215064 or 15249087. OLE color: 15249087.

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

Color convert

RGB 191 174 232 -
CMYK 0.18 0.25 0 0.09
HSL 257.59º 0.56% 0.8% -
HSV(B) 257.59º 0.25% 0.91% -
XYZ 51.19 47.17 82.75 -
YUV 185.7 154.13 131.78 -
System Red Green Blue C M Y K H S L
Decimal 191 174 232 0.18 0.25 0 0.09 257.59 0.56 0.8
Hex BF AE E8 12 19 0 9 102 38 50
Octal 277 256 350 22 31 0 11 402 70 120
Binary 10111111 10101110 11101000 10010 11001 0 1001 100000010 111000 1010000

Color Harmonies of #BFAEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEE8

Black with #BFAEE8

Text Example


Text Example

White with #BFAEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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