Html Css Color HEX #BFDBB0 Madang

📋 copy color: '#BFDBB0'

red 191 ◦ green 219 ◦ blue 176

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

Shades of Madang #BFDBB0

Tints of Madang #BFDBB0

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.37%

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

R = 32.59%
G = 37.37%
B = 30.03%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#BFDBB0 (or 0xBFDBB0) is known color: Madang. HEX triplet: BF, DB and B0. RGB value is (191,219,176). Sum of RGB (Red+Green+Blue) = 191+219+176=586 (77% of max value = 765). Red value is 191 (75% from 255 or 32.59% from 586); Green value is 219 (85.94% from 255 or 37.37% from 586); Blue value is 176 (69.14% from 255 or 30.03% from 586); Max value from RGB is 219 - color contains mainly: green. Hex color #BFDBB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFDBB0 is #40244F. Grayscale: #CDCDCD. Windows color (decimal): -4203600 or 11590591. OLE color: 11590591.

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

Color convert

RGB 191 219 176 -
CMYK 0.13 0 0.20 0.14
HSL 99.07º 0.37% 0.77% -
HSV(B) 99.07º 0.2% 0.86% -
XYZ 54.65 64.87 50.72 -
YUV 205.73 111.22 117.5 -
System Red Green Blue C M Y K H S L
Decimal 191 219 176 0.13 0 0.20 0.14 99.07 0.37 0.77
Hex BF DB B0 D 0 14 E 63 25 4D
Octal 277 333 260 15 0 24 16 143 45 115
Binary 10111111 11011011 10110000 1101 0 10100 1110 1100011 100101 1001101

Color Harmonies of #BFDBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BFDBB0

Black with #BFDBB0

Text Example


Text Example

White with #BFDBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BFDBB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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