Html Css Color HEX #BDAEE6 Melrose

📋 copy color: '#BDAEE6'

red 189 ◦ green 174 ◦ blue 230

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

Shades of Melrose #BDAEE6

Tints of Melrose #BDAEE6

RGB

 RED value IS 189 (74.22% from 255) = 31.87%

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

 BLUE value IS 230 (90.23% from 255) = 38.79%

R = 31.87%
G = 29.34%
B = 38.79%

CMYK

 C value IS 0.18

 M value IS 0.24

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BDAEE6 (or 0xBDAEE6) is known color: Melrose. HEX triplet: BD, AE and E6. RGB value is (189,174,230). Sum of RGB (Red+Green+Blue) = 189+174+230=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 174 (68.36% from 255 or 29.34% from 593); Blue value is 230 (90.23% from 255 or 38.79% from 593); Max value from RGB is 230 - color contains mainly: blue. Hex color #BDAEE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEE6 is #425119. Grayscale: #B8B8B8. Windows color (decimal): -4346138 or 15118013. OLE color: 15118013.

HSL color Cylindrical-coordinate representation of color #BDAEE6: hue angle of 256.07º degrees, saturation: 0.53, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BDAEE6 is Cyan = 0.18, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 189 174 230 -
CMYK 0.18 0.24 0 0.10
HSL 256.07º 0.53% 0.79% -
HSV(B) 256.07º 0.24% 0.9% -
XYZ 50.41 46.8 81.24 -
YUV 184.87 153.47 130.95 -
System Red Green Blue C M Y K H S L
Decimal 189 174 230 0.18 0.24 0 0.10 256.07 0.53 0.79
Hex BD AE E6 12 18 0 A 100 35 4F
Octal 275 256 346 22 30 0 12 400 65 117
Binary 10111101 10101110 11100110 10010 11000 0 1010 100000000 110101 1001111

Color Harmonies of #BDAEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEE6

Black with #BDAEE6

Text Example


Text Example

White with #BDAEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEE6; }

 p { color: rgb(189,174,230); }

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

background-color css

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

 a { background-color: rgb(189,174,230); }

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

border-color css

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

 span { border-color: rgb(189,174,230); }

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