Html Css Color HEX #BFA9FD Melrose

📋 copy color: '#BFA9FD'

red 191 ◦ green 169 ◦ blue 253

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

Shades of Melrose #BFA9FD

Tints of Melrose #BFA9FD

RGB

 RED value IS 191 (75% from 255) = 31.16%

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

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 31.16%
G = 27.57%
B = 41.27%

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

#BFA9FD (or 0xBFA9FD) is known color: Melrose. HEX triplet: BF, A9 and FD. RGB value is (191,169,253). Sum of RGB (Red+Green+Blue) = 191+169+253=613 (81% of max value = 765). Red value is 191 (75% from 255 or 31.16% from 613); Green value is 169 (66.41% from 255 or 27.57% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFA9FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA9FD is #405602. Grayscale: #B8B8B8. Windows color (decimal): -4216323 or 16624063. OLE color: 16624063.

HSL color Cylindrical-coordinate representation of color #BFA9FD: hue angle of 255.71º degrees, saturation: 0.95, 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 #BFA9FD is Cyan = 0.25, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 191 169 253 -
CMYK 0.25 0.33 0 0.01
HSL 255.71º 0.95% 0.83% -
HSV(B) 255.71º 0.33% 0.99% -
XYZ 53.4 46.54 99.1 -
YUV 185.15 166.29 132.17 -
System Red Green Blue C M Y K H S L
Decimal 191 169 253 0.25 0.33 0 0.01 255.71 0.95 0.83
Hex BF A9 FD 19 21 0 1 100 5F 53
Octal 277 251 375 31 41 0 1 400 137 123
Binary 10111111 10101001 11111101 11001 100001 0 1 100000000 1011111 1010011

Color Harmonies of #BFA9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA9FD

Black with #BFA9FD

Text Example


Text Example

White with #BFA9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA9FD; }

 p { color: rgb(191,169,253); }

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

background-color css

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

 a { background-color: rgb(191,169,253); }

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

border-color css

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

 span { border-color: rgb(191,169,253); }

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