Html Css Color HEX #BDAEE8 Melrose

📋 copy color: '#BDAEE8'

red 189 ◦ green 174 ◦ blue 232

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

Shades of Melrose #BDAEE8

Tints of Melrose #BDAEE8

RGB

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

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

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

R = 31.76%
G = 29.24%
B = 38.99%

CMYK

 C value IS 0.19

 M value IS 0.25

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BDAEE8 (or 0xBDAEE8) is known color: Melrose. HEX triplet: BD, AE and E8. RGB value is (189,174,232). Sum of RGB (Red+Green+Blue) = 189+174+232=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 174 (68.36% from 255 or 29.24% from 595); Blue value is 232 (91.02% from 255 or 38.99% from 595); Max value from RGB is 232 - color contains mainly: blue. Hex color #BDAEE8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEE8 is #425117. Grayscale: #B8B8B8. Windows color (decimal): -4346136 or 15249085. OLE color: 15249085.

HSL color Cylindrical-coordinate representation of color #BDAEE8: hue angle of 255.52º 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 #BDAEE8 is Cyan = 0.19, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 174 232 -
CMYK 0.19 0.25 0 0.09
HSL 255.52º 0.56% 0.8% -
HSV(B) 255.52º 0.25% 0.91% -
XYZ 50.69 46.92 82.73 -
YUV 185.1 154.47 130.78 -
System Red Green Blue C M Y K H S L
Decimal 189 174 232 0.19 0.25 0 0.09 255.52 0.56 0.8
Hex BD AE E8 13 19 0 9 100 38 50
Octal 275 256 350 23 31 0 11 400 70 120
Binary 10111101 10101110 11101000 10011 11001 0 1001 100000000 111000 1010000

Color Harmonies of #BDAEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEE8

Black with #BDAEE8

Text Example


Text Example

White with #BDAEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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