Html Css Color HEX #BDA7FF Melrose

📋 copy color: '#BDA7FF'

red 189 ◦ green 167 ◦ blue 255

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

Shades of Melrose #BDA7FF

Tints of Melrose #BDA7FF

RGB

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

 GREEN value IS 167 (65.63% from 255) = 27.33%

 BLUE value IS 255 (100% from 255) = 41.73%

R = 30.93%
G = 27.33%
B = 41.73%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#BDA7FF (or 0xBDA7FF) is known color: Melrose. HEX triplet: BD, A7 and FF. RGB value is (189,167,255). Sum of RGB (Red+Green+Blue) = 189+167+255=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 167 (65.62% from 255 or 27.33% from 611); Blue value is 255 (100% from 255 or 41.73% from 611); Max value from RGB is 255 - color contains mainly: blue. Hex color #BDA7FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA7FF is #425800. Grayscale: #B7B7B7. Windows color (decimal): -4347905 or 16754621. OLE color: 16754621.

HSL color Cylindrical-coordinate representation of color #BDA7FF: hue angle of 255º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA7FF is Cyan = 0.26, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 189 167 255 -
CMYK 0.26 0.35 0 0
HSL 255º 1% 0.83% -
HSV(B) 255º 0.35% 1% -
XYZ 52.85 45.68 100.64 -
YUV 183.61 168.29 131.84 -
System Red Green Blue C M Y K H S L
Decimal 189 167 255 0.26 0.35 0 0 255 1 0.83
Hex BD A7 FF 1A 23 0 0 FF 64 53
Octal 275 247 377 32 43 0 0 377 144 123
Binary 10111101 10100111 11111111 11010 100011 0 0 11111111 1100100 1010011

Color Harmonies of #BDA7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA7FF

Black with #BDA7FF

Text Example


Text Example

White with #BDA7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA7FF; }

 p { color: rgb(189,167,255); }

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

background-color css

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

 a { background-color: rgb(189,167,255); }

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

border-color css

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

 span { border-color: rgb(189,167,255); }

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