Html Css Color HEX #BDA5FE Melrose

📋 copy color: '#BDA5FE'

red 189 ◦ green 165 ◦ blue 254

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

Shades of Melrose #BDA5FE

Tints of Melrose #BDA5FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.78%

R = 31.09%
G = 27.14%
B = 41.78%

CMYK

 C value IS 0.26

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDA5FE (or 0xBDA5FE) is known color: Melrose. HEX triplet: BD, A5 and FE. RGB value is (189,165,254). Sum of RGB (Red+Green+Blue) = 189+165+254=608 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.09% from 608); Green value is 165 (64.84% from 255 or 27.14% from 608); Blue value is 254 (99.61% from 255 or 41.78% from 608); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDA5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA5FE is #425A01. Grayscale: #B5B5B5. Windows color (decimal): -4348418 or 16688573. OLE color: 16688573.

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

Color convert

RGB 189 165 254 -
CMYK 0.26 0.35 0 0.00
HSL 256.18º 0.98% 0.82% -
HSV(B) 256.18º 0.35% 1% -
XYZ 52.33 44.88 99.67 -
YUV 182.32 168.45 132.76 -
System Red Green Blue C M Y K H S L
Decimal 189 165 254 0.26 0.35 0 0.00 256.18 0.98 0.82
Hex BD A5 FE 1A 23 0 0 100 62 52
Octal 275 245 376 32 43 0 0 400 142 122
Binary 10111101 10100101 11111110 11010 100011 0 0 100000000 1100010 1010010

Color Harmonies of #BDA5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA5FE

Black with #BDA5FE

Text Example


Text Example

White with #BDA5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA5FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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