Html Css Color HEX #BDA9FC Melrose

📋 copy color: '#BDA9FC'

red 189 ◦ green 169 ◦ blue 252

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

Shades of Melrose #BDA9FC

Tints of Melrose #BDA9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.31%

R = 30.98%
G = 27.7%
B = 41.31%

CMYK

 C value IS 0.25

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BDA9FC (or 0xBDA9FC) is known color: Melrose. HEX triplet: BD, A9 and FC. RGB value is (189,169,252). Sum of RGB (Red+Green+Blue) = 189+169+252=610 (80% of max value = 765). Red value is 189 (74.22% from 255 or 30.98% from 610); Green value is 169 (66.41% from 255 or 27.70% from 610); Blue value is 252 (98.83% from 255 or 41.31% from 610); Max value from RGB is 252 - color contains mainly: blue. Hex color #BDA9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BDA9FC is #425603. Grayscale: #B8B8B8. Windows color (decimal): -4347396 or 16558525. OLE color: 16558525.

HSL color Cylindrical-coordinate representation of color #BDA9FC: hue angle of 254.46º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDA9FC is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 169 252 -
CMYK 0.25 0.33 0 0.01
HSL 254.46º 0.93% 0.83% -
HSV(B) 254.46º 0.33% 0.99% -
XYZ 52.74 46.22 98.24 -
YUV 184.44 166.13 131.25 -
System Red Green Blue C M Y K H S L
Decimal 189 169 252 0.25 0.33 0 0.01 254.46 0.93 0.83
Hex BD A9 FC 19 21 0 1 FE 5D 53
Octal 275 251 374 31 41 0 1 376 135 123
Binary 10111101 10101001 11111100 11001 100001 0 1 11111110 1011101 1010011

Color Harmonies of #BDA9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BDA9FC

Black with #BDA9FC

Text Example


Text Example

White with #BDA9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BDA9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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