Html Css Color HEX #BDA5FC Melrose

📋 copy color: '#BDA5FC'

red 189 ◦ green 165 ◦ blue 252

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

Shades of Melrose #BDA5FC

Tints of Melrose #BDA5FC

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.23%

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

R = 31.19%
G = 27.23%
B = 41.58%

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

#BDA5FC (or 0xBDA5FC) is known color: Melrose. HEX triplet: BD, A5 and FC. RGB value is (189,165,252). Sum of RGB (Red+Green+Blue) = 189+165+252=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 165 (64.84% from 255 or 27.23% from 606); Blue value is 252 (98.83% from 255 or 41.58% from 606); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDA5FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5FC is #425A03. Grayscale: #B5B5B5. Windows color (decimal): -4348420 or 16557501. OLE color: 16557501.

HSL color Cylindrical-coordinate representation of color #BDA5FC: hue angle of 256.55º 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 #BDA5FC is Cyan = 0.25, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 165 252 -
CMYK 0.25 0.35 0 0.01
HSL 256.55º 0.94% 0.82% -
HSV(B) 256.55º 0.35% 0.99% -
XYZ 52.01 44.76 97.99 -
YUV 182.09 167.45 132.93 -
System Red Green Blue C M Y K H S L
Decimal 189 165 252 0.25 0.35 0 0.01 256.55 0.94 0.82
Hex BD A5 FC 19 23 0 1 101 5E 52
Octal 275 245 374 31 43 0 1 401 136 122
Binary 10111101 10100101 11111100 11001 100011 0 1 100000001 1011110 1010010

Color Harmonies of #BDA5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5FC

Black with #BDA5FC

Text Example


Text Example

White with #BDA5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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