Html Css Color HEX #BCDDB0 Madang

📋 copy color: '#BCDDB0'

red 188 ◦ green 221 ◦ blue 176

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

Shades of Madang #BCDDB0

Tints of Madang #BCDDB0

RGB

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

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

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

R = 32.14%
G = 37.78%
B = 30.09%

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

#BCDDB0 (or 0xBCDDB0) is known color: Madang. HEX triplet: BC, DD and B0. RGB value is (188,221,176). Sum of RGB (Red+Green+Blue) = 188+221+176=585 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.14% from 585); Green value is 221 (86.72% from 255 or 37.78% from 585); Blue value is 176 (69.14% from 255 or 30.09% from 585); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDDB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDDB0 is #43224F. Grayscale: #CECECE. Windows color (decimal): -4399696 or 11591100. OLE color: 11591100.

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

Color convert

RGB 188 221 176 -
CMYK 0.15 0 0.20 0.13
HSL 104º 0.4% 0.78% -
HSV(B) 104º 0.2% 0.87% -
XYZ 54.43 65.54 50.86 -
YUV 206 111.07 115.16 -
System Red Green Blue C M Y K H S L
Decimal 188 221 176 0.15 0 0.20 0.13 104 0.4 0.78
Hex BC DD B0 F 0 14 D 68 28 4E
Octal 274 335 260 17 0 24 15 150 50 116
Binary 10111100 11011101 10110000 1111 0 10100 1101 1101000 101000 1001110

Color Harmonies of #BCDDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDDB0

Black with #BCDDB0

Text Example


Text Example

White with #BCDDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDDB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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