Html Css Color HEX #FFBDB2 Melon

📋 copy color: '#FFBDB2'

red 255 ◦ green 189 ◦ blue 178

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

Shades of Melon #FFBDB2

Tints of Melon #FFBDB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 28.62%

R = 41%
G = 30.39%
B = 28.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.30

 K value IS 0

RGB Variations

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

Color information

#FFBDB2 (or 0xFFBDB2) is known color: Melon. HEX triplet: FF, BD and B2. RGB value is (255,189,178). Sum of RGB (Red+Green+Blue) = 255+189+178=622 (82% of max value = 765). Red value is 255 (100% from 255 or 41.00% from 622); Green value is 189 (74.22% from 255 or 30.39% from 622); Blue value is 178 (69.92% from 255 or 28.62% from 622); Max value from RGB is 255 - color contains mainly: red. Hex color #FFBDB2 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #FFBDB2 is #00424D. Grayscale: #CFCFCF. Windows color (decimal): -16974 or 11714047. OLE color: 11714047.

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

Color convert

RGB 255 189 178 -
CMYK 0 0.26 0.30 0
HSL 8.57º 1% 0.85% -
HSV(B) 8.57º 0.3% 1% -
XYZ 67.47 60.87 50.31 -
YUV 207.48 111.37 161.89 -
System Red Green Blue C M Y K H S L
Decimal 255 189 178 0 0.26 0.30 0 8.57 1 0.85
Hex FF BD B2 0 1A 1E 0 9 64 55
Octal 377 275 262 0 32 36 0 11 144 125
Binary 11111111 10111101 10110010 0 11010 11110 0 1001 1100100 1010101

Color Harmonies of #FFBDB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFBDB2

Black with #FFBDB2

Text Example


Text Example

White with #FFBDB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFBDB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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