Html Css Color HEX #BDAEEC Melrose

📋 copy color: '#BDAEEC'

red 189 ◦ green 174 ◦ blue 236

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

Shades of Melrose #BDAEEC

Tints of Melrose #BDAEEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 39.4%

R = 31.55%
G = 29.05%
B = 39.4%

CMYK

 C value IS 0.20

 M value IS 0.26

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDAEEC (or 0xBDAEEC) is known color: Melrose. HEX triplet: BD, AE and EC. RGB value is (189,174,236). Sum of RGB (Red+Green+Blue) = 189+174+236=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 174 (68.36% from 255 or 29.05% from 599); Blue value is 236 (92.58% from 255 or 39.40% from 599); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDAEEC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDAEEC is #425113. Grayscale: #B9B9B9. Windows color (decimal): -4346132 or 15511229. OLE color: 15511229.

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

Color convert

RGB 189 174 236 -
CMYK 0.20 0.26 0 0.07
HSL 254.52º 0.62% 0.8% -
HSV(B) 254.52º 0.26% 0.93% -
XYZ 51.26 47.15 85.76 -
YUV 185.55 156.47 130.46 -
System Red Green Blue C M Y K H S L
Decimal 189 174 236 0.20 0.26 0 0.07 254.52 0.62 0.8
Hex BD AE EC 14 1A 0 7 FF 3E 50
Octal 275 256 354 24 32 0 7 377 76 120
Binary 10111101 10101110 11101100 10100 11010 0 111 11111111 111110 1010000

Color Harmonies of #BDAEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDAEEC

Black with #BDAEEC

Text Example


Text Example

White with #BDAEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDAEEC; }

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

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

background-color css

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

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

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

border-color css

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

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

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