Html Css Color HEX #BDA8EC Melrose

📋 copy color: '#BDA8EC'

red 189 ◦ green 168 ◦ blue 236

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

Shades of Melrose #BDA8EC

Tints of Melrose #BDA8EC

RGB

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

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

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

R = 31.87%
G = 28.33%
B = 39.8%

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

#BDA8EC (or 0xBDA8EC) is known color: Melrose. HEX triplet: BD, A8 and EC. RGB value is (189,168,236). Sum of RGB (Red+Green+Blue) = 189+168+236=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 168 (66.02% from 255 or 28.33% from 593); Blue value is 236 (92.58% from 255 or 39.80% from 593); Max value from RGB is 236 - color contains mainly: blue. Hex color #BDA8EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8EC is #425713. Grayscale: #B5B5B5. Windows color (decimal): -4347668 or 15509693. OLE color: 15509693.

HSL color Cylindrical-coordinate representation of color #BDA8EC: hue angle of 258.53º degrees, saturation: 0.64, 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 #BDA8EC is Cyan = 0.20, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 189 168 236 -
CMYK 0.20 0.29 0 0.07
HSL 258.53º 0.64% 0.79% -
HSV(B) 258.53º 0.29% 0.93% -
XYZ 50.13 44.88 85.38 -
YUV 182.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 189 168 236 0.20 0.29 0 0.07 258.53 0.64 0.79
Hex BD A8 EC 14 1D 0 7 103 40 4F
Octal 275 250 354 24 35 0 7 403 100 117
Binary 10111101 10101000 11101100 10100 11101 0 111 100000011 1000000 1001111

Color Harmonies of #BDA8EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8EC

Black with #BDA8EC

Text Example


Text Example

White with #BDA8EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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