Html Css Color HEX #BDA9ED Melrose

📋 copy color: '#BDA9ED'

red 189 ◦ green 169 ◦ blue 237

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

Shades of Melrose #BDA9ED

Tints of Melrose #BDA9ED

RGB

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

 GREEN value IS 169 (66.41% from 255) = 28.4%

 BLUE value IS 237 (92.97% from 255) = 39.83%

R = 31.76%
G = 28.4%
B = 39.83%

CMYK

 C value IS 0.20

 M value IS 0.29

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BDA9ED (or 0xBDA9ED) is known color: Melrose. HEX triplet: BD, A9 and ED. RGB value is (189,169,237). Sum of RGB (Red+Green+Blue) = 189+169+237=595 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.76% from 595); Green value is 169 (66.41% from 255 or 28.40% from 595); Blue value is 237 (92.97% from 255 or 39.83% from 595); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDA9ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9ED is #425612. Grayscale: #B6B6B6. Windows color (decimal): -4347411 or 15575485. OLE color: 15575485.

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

Color convert

RGB 189 169 237 -
CMYK 0.20 0.29 0 0.07
HSL 257.65º 0.65% 0.8% -
HSV(B) 257.65º 0.29% 0.93% -
XYZ 50.46 45.31 86.21 -
YUV 182.73 158.63 132.47 -
System Red Green Blue C M Y K H S L
Decimal 189 169 237 0.20 0.29 0 0.07 257.65 0.65 0.8
Hex BD A9 ED 14 1D 0 7 102 41 50
Octal 275 251 355 24 35 0 7 402 101 120
Binary 10111101 10101001 11101101 10100 11101 0 111 100000010 1000001 1010000

Color Harmonies of #BDA9ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9ED

Black with #BDA9ED

Text Example


Text Example

White with #BDA9ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9ED; }

 p { color: rgb(189,169,237); }

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

background-color css

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

 a { background-color: rgb(189,169,237); }

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

border-color css

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

 span { border-color: rgb(189,169,237); }

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