Html Css Color HEX #BFAEEE Melrose

📋 copy color: '#BFAEEE'

red 191 ◦ green 174 ◦ blue 238

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

Shades of Melrose #BFAEEE

Tints of Melrose #BFAEEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 39.47%

R = 31.67%
G = 28.86%
B = 39.47%

CMYK

 C value IS 0.20

 M value IS 0.27

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BFAEEE (or 0xBFAEEE) is known color: Melrose. HEX triplet: BF, AE and EE. RGB value is (191,174,238). Sum of RGB (Red+Green+Blue) = 191+174+238=603 (79% of max value = 765). Red value is 191 (75% from 255 or 31.67% from 603); Green value is 174 (68.36% from 255 or 28.86% from 603); Blue value is 238 (93.36% from 255 or 39.47% from 603); Max value from RGB is 238 - color contains mainly: blue. Hex color #BFAEEE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFAEEE is #405111. Grayscale: #BABABA. Windows color (decimal): -4215058 or 15642303. OLE color: 15642303.

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

Color convert

RGB 191 174 238 -
CMYK 0.20 0.27 0 0.07
HSL 255.94º 0.65% 0.81% -
HSV(B) 255.94º 0.27% 0.93% -
XYZ 52.05 47.52 87.32 -
YUV 186.38 157.13 131.3 -
System Red Green Blue C M Y K H S L
Decimal 191 174 238 0.20 0.27 0 0.07 255.94 0.65 0.81
Hex BF AE EE 14 1B 0 7 100 41 51
Octal 277 256 356 24 33 0 7 400 101 121
Binary 10111111 10101110 11101110 10100 11011 0 111 100000000 1000001 1010001

Color Harmonies of #BFAEEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFAEEE

Black with #BFAEEE

Text Example


Text Example

White with #BFAEEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFAEEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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