#FFBDC2

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

Shades of Azalea #FFBDC2

Tints of Azalea #FFBDC2

Color information

#FFBDC2 (or 0xFFBDC2) is unknown color: approx Azalea. HEX triplet: FF, BD and C2. RGB value is (255,189,194). Sum of RGB (Red+Green+Blue) = 255+189+194=638 (84% of max value = 765). Red value is 255 (100% from 255 or 39.97% from 638); Green value is 189 (74.22% from 255 or 29.62% from 638); Blue value is 194 (76.17% from 255 or 30.41% from 638); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC2 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC2 is #00423D. Grayscale: #D1D1D1. Windows color (decimal): -16958 or 12762623. OLE color: 12762623.

HSL color Cylindrical-coordinate representation of color #FFBDC2: hue angle of 355.45º 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 #FFBDC2 is Cyan = 0, Magento = 0.26, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB255189194-
CMYK00.260.240
HSL355.45º100%87.06%-
HSV(B)355.45º25.88%100%-
XYZ69.1861.5559.27-
YUV209.3119.37160.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 39.97%
GREEN value IS 189 (74.22% from 255) = 29.62%
BLUE value IS 194 (76.17% from 255) = 30.41%
R=39.97%
G=29.62%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25518919400.260.240355.4510087.06
HexFFBDC201A1801636457
Octal377275302032300543144127
Binary11111111101111011100001001101011000010110001111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFBDC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFBDC2; }

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

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

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

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

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

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

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

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