Html Css Color HEX #BDA8ED Melrose

📋 copy color: '#BDA8ED'

red 189 ◦ green 168 ◦ blue 237

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

Shades of Melrose #BDA8ED

Tints of Melrose #BDA8ED

RGB

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

 GREEN value IS 168 (66.02% from 255) = 28.28%

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

R = 31.82%
G = 28.28%
B = 39.9%

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

#BDA8ED (or 0xBDA8ED) is known color: Melrose. HEX triplet: BD, A8 and ED. RGB value is (189,168,237). Sum of RGB (Red+Green+Blue) = 189+168+237=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 168 (66.02% from 255 or 28.28% from 594); Blue value is 237 (92.97% from 255 or 39.90% from 594); Max value from RGB is 237 - color contains mainly: blue. Hex color #BDA8ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8ED is #425712. Grayscale: #B5B5B5. Windows color (decimal): -4347667 or 15575229. OLE color: 15575229.

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

Color convert

RGB 189 168 237 -
CMYK 0.20 0.29 0 0.07
HSL 258.26º 0.66% 0.79% -
HSV(B) 258.26º 0.29% 0.93% -
XYZ 50.27 44.94 86.14 -
YUV 182.15 158.96 132.89 -
System Red Green Blue C M Y K H S L
Decimal 189 168 237 0.20 0.29 0 0.07 258.26 0.66 0.79
Hex BD A8 ED 14 1D 0 7 102 42 4F
Octal 275 250 355 24 35 0 7 402 102 117
Binary 10111101 10101000 11101101 10100 11101 0 111 100000010 1000010 1001111

Color Harmonies of #BDA8ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8ED

Black with #BDA8ED

Text Example


Text Example

White with #BDA8ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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