Html Css Color HEX #BDA8F1 Melrose

📋 copy color: '#BDA8F1'

red 189 ◦ green 168 ◦ blue 241

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

Shades of Melrose #BDA8F1

Tints of Melrose #BDA8F1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.3%

R = 31.61%
G = 28.09%
B = 40.3%

CMYK

 C value IS 0.22

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BDA8F1 (or 0xBDA8F1) is known color: Melrose. HEX triplet: BD, A8 and F1. RGB value is (189,168,241). Sum of RGB (Red+Green+Blue) = 189+168+241=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 168 (66.02% from 255 or 28.09% from 598); Blue value is 241 (94.53% from 255 or 40.30% from 598); Max value from RGB is 241 - color contains mainly: blue. Hex color #BDA8F1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA8F1 is #42570E. Grayscale: #B6B6B6. Windows color (decimal): -4347663 or 15837373. OLE color: 15837373.

HSL color Cylindrical-coordinate representation of color #BDA8F1: hue angle of 257.26º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BDA8F1 is Cyan = 0.22, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 168 241 -
CMYK 0.22 0.30 0 0.05
HSL 257.26º 0.72% 0.8% -
HSV(B) 257.26º 0.3% 0.95% -
XYZ 50.87 45.17 89.26 -
YUV 182.6 160.96 132.56 -
System Red Green Blue C M Y K H S L
Decimal 189 168 241 0.22 0.30 0 0.05 257.26 0.72 0.8
Hex BD A8 F1 16 1E 0 5 101 48 50
Octal 275 250 361 26 36 0 5 401 110 120
Binary 10111101 10101000 11110001 10110 11110 0 101 100000001 1001000 1010000

Color Harmonies of #BDA8F1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA8F1

Black with #BDA8F1

Text Example


Text Example

White with #BDA8F1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA8F1; }

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

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

background-color css

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

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

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

border-color css

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

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

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