Html Css Color HEX #FFBDC1 Azalea

📋 copy color: '#FFBDC1'

red 255 ◦ green 189 ◦ blue 193

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

Shades of Azalea #FFBDC1

Tints of Azalea #FFBDC1

RGB

 RED value IS 255 (100% from 255) = 40.03%

 GREEN value IS 189 (74.22% from 255) = 29.67%

 BLUE value IS 193 (75.78% from 255) = 30.3%

R = 40.03%
G = 29.67%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.24

 K value IS 0

RGB Variations

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

Color information

#FFBDC1 (or 0xFFBDC1) is known color: Azalea. HEX triplet: FF, BD and C1. RGB value is (255,189,193). Sum of RGB (Red+Green+Blue) = 255+189+193=637 (84% of max value = 765). Red value is 255 (100% from 255 or 40.03% from 637); Green value is 189 (74.22% from 255 or 29.67% from 637); Blue value is 193 (75.78% from 255 or 30.30% from 637); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDC1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFBDC1 is #00423E. Grayscale: #D1D1D1. Windows color (decimal): -16959 or 12697087. OLE color: 12697087.

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

Color convert

RGB 255 189 193 -
CMYK 0 0.26 0.24 0
HSL 356.36º 1% 0.87% -
HSV(B) 356.36º 0.26% 1% -
XYZ 69.06 61.51 58.68 -
YUV 209.19 118.87 160.67 -
System Red Green Blue C M Y K H S L
Decimal 255 189 193 0 0.26 0.24 0 356.36 1 0.87
Hex FF BD C1 0 1A 18 0 164 64 57
Octal 377 275 301 0 32 30 0 544 144 127
Binary 11111111 10111101 11000001 0 11010 11000 0 101100100 1100100 1010111

Color Harmonies of #FFBDC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDC1

Black with #FFBDC1

Text Example


Text Example

White with #FFBDC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDC1; }

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

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

background-color css

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

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

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

border-color css

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

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

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