Html Css Color HEX #BDA4FC Melrose

📋 copy color: '#BDA4FC'

red 189 ◦ green 164 ◦ blue 252

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

Shades of Melrose #BDA4FC

Tints of Melrose #BDA4FC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 27.11%

 BLUE value IS 252 (98.83% from 255) = 41.65%

R = 31.24%
G = 27.11%
B = 41.65%

CMYK

 C value IS 0.25

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDA4FC (or 0xBDA4FC) is known color: Melrose. HEX triplet: BD, A4 and FC. RGB value is (189,164,252). Sum of RGB (Red+Green+Blue) = 189+164+252=605 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.24% from 605); Green value is 164 (64.45% from 255 or 27.11% from 605); Blue value is 252 (98.83% from 255 or 41.65% from 605); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDA4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA4FC is #425B03. Grayscale: #B5B5B5. Windows color (decimal): -4348676 or 16557245. OLE color: 16557245.

HSL color Cylindrical-coordinate representation of color #BDA4FC: hue angle of 257.05º degrees, saturation: 0.94, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #BDA4FC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 164 252 -
CMYK 0.25 0.35 0 0.01
HSL 257.05º 0.94% 0.82% -
HSV(B) 257.05º 0.35% 0.99% -
XYZ 51.83 44.4 97.93 -
YUV 181.51 167.78 133.34 -
System Red Green Blue C M Y K H S L
Decimal 189 164 252 0.25 0.35 0 0.01 257.05 0.94 0.82
Hex BD A4 FC 19 23 0 1 101 5E 52
Octal 275 244 374 31 43 0 1 401 136 122
Binary 10111101 10100100 11111100 11001 100011 0 1 100000001 1011110 1010010

Color Harmonies of #BDA4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA4FC

Black with #BDA4FC

Text Example


Text Example

White with #BDA4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA4FC; }

 p { color: rgb(189,164,252); }

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

background-color css

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

 a { background-color: rgb(189,164,252); }

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

border-color css

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

 span { border-color: rgb(189,164,252); }

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