Html Css Color HEX #BDA6FB Melrose

📋 copy color: '#BDA6FB'

red 189 ◦ green 166 ◦ blue 251

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

Shades of Melrose #BDA6FB

Tints of Melrose #BDA6FB

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.39%

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

R = 31.19%
G = 27.39%
B = 41.42%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BDA6FB (or 0xBDA6FB) is known color: Melrose. HEX triplet: BD, A6 and FB. RGB value is (189,166,251). Sum of RGB (Red+Green+Blue) = 189+166+251=606 (80% of max value = 765). Red value is 189 (74.22% from 255 or 31.19% from 606); Green value is 166 (65.23% from 255 or 27.39% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #BDA6FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA6FB is #425904. Grayscale: #B6B6B6. Windows color (decimal): -4348165 or 16492221. OLE color: 16492221.

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

Color convert

RGB 189 166 251 -
CMYK 0.25 0.34 0 0.02
HSL 256.24º 0.91% 0.82% -
HSV(B) 256.24º 0.34% 0.98% -
XYZ 52.04 45.06 97.22 -
YUV 182.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 189 166 251 0.25 0.34 0 0.02 256.24 0.91 0.82
Hex BD A6 FB 19 22 0 2 100 5B 52
Octal 275 246 373 31 42 0 2 400 133 122
Binary 10111101 10100110 11111011 11001 100010 0 10 100000000 1011011 1010010

Color Harmonies of #BDA6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA6FB

Black with #BDA6FB

Text Example


Text Example

White with #BDA6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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