Html Css Color HEX #BFA8FD Melrose

📋 copy color: '#BFA8FD'

red 191 ◦ green 168 ◦ blue 253

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

Shades of Melrose #BFA8FD

Tints of Melrose #BFA8FD

RGB

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

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

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

R = 31.21%
G = 27.45%
B = 41.34%

CMYK

 C value IS 0.25

 M value IS 0.34

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BFA8FD (or 0xBFA8FD) is known color: Melrose. HEX triplet: BF, A8 and FD. RGB value is (191,168,253). Sum of RGB (Red+Green+Blue) = 191+168+253=612 (81% of max value = 765). Red value is 191 (75% from 255 or 31.21% from 612); Green value is 168 (66.02% from 255 or 27.45% from 612); Blue value is 253 (99.22% from 255 or 41.34% from 612); Max value from RGB is 253 - color contains mainly: blue. Hex color #BFA8FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BFA8FD is #405702. Grayscale: #B8B8B8. Windows color (decimal): -4216579 or 16623807. OLE color: 16623807.

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

Color convert

RGB 191 168 253 -
CMYK 0.25 0.34 0 0.01
HSL 256.24º 0.96% 0.83% -
HSV(B) 256.24º 0.34% 0.99% -
XYZ 53.22 46.17 99.04 -
YUV 184.57 166.62 132.59 -
System Red Green Blue C M Y K H S L
Decimal 191 168 253 0.25 0.34 0 0.01 256.24 0.96 0.83
Hex BF A8 FD 19 22 0 1 100 60 53
Octal 277 250 375 31 42 0 1 400 140 123
Binary 10111111 10101000 11111101 11001 100010 0 1 100000000 1100000 1010011

Color Harmonies of #BFA8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFA8FD

Black with #BFA8FD

Text Example


Text Example

White with #BFA8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFA8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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