Html Css Color HEX #BFDCB0 Madang

📋 copy color: '#BFDCB0'

red 191 ◦ green 220 ◦ blue 176

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

Shades of Madang #BFDCB0

Tints of Madang #BFDCB0

RGB

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

 GREEN value IS 220 (86.33% from 255) = 37.48%

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

R = 32.54%
G = 37.48%
B = 29.98%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#BFDCB0 (or 0xBFDCB0) is known color: Madang. HEX triplet: BF, DC and B0. RGB value is (191,220,176). Sum of RGB (Red+Green+Blue) = 191+220+176=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 220 (86.33% from 255 or 37.48% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 220 - color contains mainly: green. Hex color #BFDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDCB0 is #40234F. Grayscale: #CECECE. Windows color (decimal): -4203344 or 11590847. OLE color: 11590847.

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

Color convert

RGB 191 220 176 -
CMYK 0.13 0 0.2 0.14
HSL 99.55º 0.39% 0.78% -
HSV(B) 99.55º 0.2% 0.86% -
XYZ 54.92 65.4 50.8 -
YUV 206.31 110.89 117.08 -
System Red Green Blue C M Y K H S L
Decimal 191 220 176 0.13 0 0.2 0.14 99.55 0.39 0.78
Hex BF DC B0 D 0 14 E 64 27 4E
Octal 277 334 260 15 0 24 16 144 47 116
Binary 10111111 11011100 10110000 1101 0 10100 1110 1100100 100111 1001110

Color Harmonies of #BFDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDCB0

Black with #BFDCB0

Text Example


Text Example

White with #BFDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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