Html Css Color HEX #BDA9FB Melrose

📋 copy color: '#BDA9FB'

red 189 ◦ green 169 ◦ blue 251

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

Shades of Melrose #BDA9FB

Tints of Melrose #BDA9FB

RGB

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

 GREEN value IS 169 (66.41% from 255) = 27.75%

 BLUE value IS 251 (98.44% from 255) = 41.22%

R = 31.03%
G = 27.75%
B = 41.22%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDA9FB (or 0xBDA9FB) is known color: Melrose. HEX triplet: BD, A9 and FB. RGB value is (189,169,251). Sum of RGB (Red+Green+Blue) = 189+169+251=609 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.03% from 609); Green value is 169 (66.41% from 255 or 27.75% from 609); Blue value is 251 (98.44% from 255 or 41.22% from 609); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDA9FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9FB is #425604. Grayscale: #B8B8B8. Windows color (decimal): -4347397 or 16492989. OLE color: 16492989.

HSL color Cylindrical-coordinate representation of color #BDA9FB: hue angle of 254.63º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA9FB is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 169 251 -
CMYK 0.25 0.33 0 0.02
HSL 254.63º 0.91% 0.82% -
HSV(B) 254.63º 0.33% 0.98% -
XYZ 52.59 46.16 97.4 -
YUV 184.33 165.63 131.33 -
System Red Green Blue C M Y K H S L
Decimal 189 169 251 0.25 0.33 0 0.02 254.63 0.91 0.82
Hex BD A9 FB 19 21 0 2 FF 5B 52
Octal 275 251 373 31 41 0 2 377 133 122
Binary 10111101 10101001 11111011 11001 100001 0 10 11111111 1011011 1010010

Color Harmonies of #BDA9FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9FB

Black with #BDA9FB

Text Example


Text Example

White with #BDA9FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9FB; }

 p { color: rgb(189,169,251); }

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

background-color css

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

 a { background-color: rgb(189,169,251); }

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

border-color css

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

 span { border-color: rgb(189,169,251); }

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