Html Css Color HEX #BFDDB0 Madang

📋 copy color: '#BFDDB0'

red 191 ◦ green 221 ◦ blue 176

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

Shades of Madang #BFDDB0

Tints of Madang #BFDDB0

RGB

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

 GREEN value IS 221 (86.72% from 255) = 37.59%

 BLUE value IS 176 (69.14% from 255) = 29.93%

R = 32.48%
G = 37.59%
B = 29.93%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#BFDDB0 (or 0xBFDDB0) is known color: Madang. HEX triplet: BF, DD and B0. RGB value is (191,221,176). Sum of RGB (Red+Green+Blue) = 191+221+176=588 (77% of max value = 765). Red value is 191 (75% from 255 or 32.48% from 588); Green value is 221 (86.72% from 255 or 37.59% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 221 - color contains mainly: green. Hex color #BFDDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDDB0 is #40224F. Grayscale: #CFCFCF. Windows color (decimal): -4203088 or 11591103. OLE color: 11591103.

HSL color Cylindrical-coordinate representation of color #BFDDB0: hue angle of 100º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BFDDB0 is Cyan = 0.14, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 221 176 -
CMYK 0.14 0 0.20 0.13
HSL 100º 0.4% 0.78% -
HSV(B) 100º 0.2% 0.87% -
XYZ 55.18 65.92 50.89 -
YUV 206.9 110.56 116.66 -
System Red Green Blue C M Y K H S L
Decimal 191 221 176 0.14 0 0.20 0.13 100 0.4 0.78
Hex BF DD B0 E 0 14 D 64 28 4E
Octal 277 335 260 16 0 24 15 144 50 116
Binary 10111111 11011101 10110000 1110 0 10100 1101 1100100 101000 1001110

Color Harmonies of #BFDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDDB0

Black with #BFDDB0

Text Example


Text Example

White with #BFDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDDB0; }

 p { color: rgb(191,221,176); }

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

background-color css

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

 a { background-color: rgb(191,221,176); }

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

border-color css

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

 span { border-color: rgb(191,221,176); }

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