Html Css Color HEX #BCDDB1 Madang

📋 copy color: '#BCDDB1'

red 188 ◦ green 221 ◦ blue 177

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

Shades of Madang #BCDDB1

Tints of Madang #BCDDB1

RGB

 RED value IS 188 (73.83% from 255) = 32.08%

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

 BLUE value IS 177 (69.53% from 255) = 30.2%

R = 32.08%
G = 37.71%
B = 30.2%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.20

 K value IS 0.13

RGB Variations

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

Color information

#BCDDB1 (or 0xBCDDB1) is known color: Madang. HEX triplet: BC, DD and B1. RGB value is (188,221,177). Sum of RGB (Red+Green+Blue) = 188+221+177=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 221 (86.72% from 255 or 37.71% from 586); Blue value is 177 (69.53% from 255 or 30.20% from 586); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDB1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDB1 is #43224E. Grayscale: #CECECE. Windows color (decimal): -4399695 or 11656636. OLE color: 11656636.

HSL color Cylindrical-coordinate representation of color #BCDDB1: hue angle of 105º degrees, saturation: 0.39, 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 #BCDDB1 is Cyan = 0.15, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.

Color convert

RGB 188 221 177 -
CMYK 0.15 0 0.20 0.13
HSL 105º 0.39% 0.78% -
HSV(B) 105º 0.2% 0.87% -
XYZ 54.53 65.58 51.38 -
YUV 206.12 111.57 115.08 -
System Red Green Blue C M Y K H S L
Decimal 188 221 177 0.15 0 0.20 0.13 105 0.39 0.78
Hex BC DD B1 F 0 14 D 69 27 4E
Octal 274 335 261 17 0 24 15 151 47 116
Binary 10111100 11011101 10110001 1111 0 10100 1101 1101001 100111 1001110

Color Harmonies of #BCDDB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDB1

Black with #BCDDB1

Text Example


Text Example

White with #BCDDB1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDB1; }

 p { color: rgb(188,221,177); }

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

background-color css

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

 a { background-color: rgb(188,221,177); }

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

border-color css

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

 span { border-color: rgb(188,221,177); }

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