#FFBDFF

Color #FFBDFF Snuff (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snuff #FFBDFF

Tints of Snuff #FFBDFF

Color information

#FFBDFF (or 0xFFBDFF) is unknown color: approx Snuff. HEX triplet: FF, BD and FF. RGB value is (255,189,255). Sum of RGB (Red+Green+Blue) = 255+189+255=699 (92% of max value = 765). Red value is 255 (100% from 255 or 36.48% from 699); Green value is 189 (74.22% from 255 or 27.04% from 699); Blue value is 255 (100% from 255 or 36.48% from 699); Max value from RGB is 255 - color contains mainly: red, blue. Hex color #FFBDFF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFBDFF is #004200. Grayscale: #D8D8D8. Windows color (decimal): -16897 or 16760319. OLE color: 16760319.

HSL color Cylindrical-coordinate representation of color #FFBDFF: hue angle of 300º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FFBDFF is Cyan = 0, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB255189255-
CMYK00.2600
HSL300º100%87.06%-
HSV(B)300º25.88%100%-
XYZ77.4964.88103.05-
YUV216.26149.87155.63-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 36.48%
GREEN value IS 189 (74.22% from 255) = 27.04%
BLUE value IS 255 (100% from 255) = 36.48%
R=36.48%
G=27.04%
B=36.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518925500.260030010087.06
HexFFBDFF01A0012c6457
Octal37727537703200454144127
Binary1111111110111101111111110110100010010110011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDFF; }

 p { color: rgb(255,189,255); }

 H1.HeaderClassName
 {
   color: #FFBDFF;
 }
 .AnyTagClassName
 {
   color: #FFBDFF;
 }
</style>
background-color css

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

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

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

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

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

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