Html Css Color HEX #BDA8FE Melrose

📋 copy color: '#BDA8FE'

red 189 ◦ green 168 ◦ blue 254

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

Shades of Melrose #BDA8FE

Tints of Melrose #BDA8FE

RGB

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

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

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

R = 30.93%
G = 27.5%
B = 41.57%

CMYK

 C value IS 0.26

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#BDA8FE (or 0xBDA8FE) is known color: Melrose. HEX triplet: BD, A8 and FE. RGB value is (189,168,254). Sum of RGB (Red+Green+Blue) = 189+168+254=611 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.93% from 611); Green value is 168 (66.02% from 255 or 27.50% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #BDA8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8FE is #425701. Grayscale: #B7B7B7. Windows color (decimal): -4347650 or 16689341. OLE color: 16689341.

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

Color convert

RGB 189 168 254 -
CMYK 0.26 0.34 0 0.00
HSL 254.65º 0.98% 0.83% -
HSV(B) 254.65º 0.34% 1% -
XYZ 52.88 45.98 99.85 -
YUV 184.08 167.46 131.51 -
System Red Green Blue C M Y K H S L
Decimal 189 168 254 0.26 0.34 0 0.00 254.65 0.98 0.83
Hex BD A8 FE 1A 22 0 0 FF 62 53
Octal 275 250 376 32 42 0 0 377 142 123
Binary 10111101 10101000 11111110 11010 100010 0 0 11111111 1100010 1010011

Color Harmonies of #BDA8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8FE

Black with #BDA8FE

Text Example


Text Example

White with #BDA8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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