Html Css Color HEX #BDAEEF Melrose

📋 copy color: '#BDAEEF'

red 189 ◦ green 174 ◦ blue 239

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

Shades of Melrose #BDAEEF

Tints of Melrose #BDAEEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 39.7%

R = 31.4%
G = 28.9%
B = 39.7%

CMYK

 C value IS 0.21

 M value IS 0.27

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BDAEEF (or 0xBDAEEF) is known color: Melrose. HEX triplet: BD, AE and EF. RGB value is (189,174,239). Sum of RGB (Red+Green+Blue) = 189+174+239=602 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.40% from 602); Green value is 174 (68.36% from 255 or 28.90% from 602); Blue value is 239 (93.75% from 255 or 39.70% from 602); Max value from RGB is 239 - color contains mainly: blue. Hex color #BDAEEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEEF is #425110. Grayscale: #B9B9B9. Windows color (decimal): -4346129 or 15707837. OLE color: 15707837.

HSL color Cylindrical-coordinate representation of color #BDAEEF: hue angle of 253.85º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BDAEEF is Cyan = 0.21, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 174 239 -
CMYK 0.21 0.27 0 0.06
HSL 253.85º 0.67% 0.81% -
HSV(B) 253.85º 0.27% 0.94% -
XYZ 51.7 47.32 88.07 -
YUV 185.9 157.97 130.21 -
System Red Green Blue C M Y K H S L
Decimal 189 174 239 0.21 0.27 0 0.06 253.85 0.67 0.81
Hex BD AE EF 15 1B 0 6 FE 43 51
Octal 275 256 357 25 33 0 6 376 103 121
Binary 10111101 10101110 11101111 10101 11011 0 110 11111110 1000011 1010001

Color Harmonies of #BDAEEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEEF

Black with #BDAEEF

Text Example


Text Example

White with #BDAEEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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