Html Css Color HEX #BCDCB2 Madang

📋 copy color: '#BCDCB2'

red 188 ◦ green 220 ◦ blue 178

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

Shades of Madang #BCDCB2

Tints of Madang #BCDCB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 30.38%

R = 32.08%
G = 37.54%
B = 30.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.19

 K value IS 0.14

RGB Variations

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

Color information

#BCDCB2 (or 0xBCDCB2) is known color: Madang. HEX triplet: BC, DC and B2. RGB value is (188,220,178). Sum of RGB (Red+Green+Blue) = 188+220+178=586 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.08% from 586); Green value is 220 (86.33% from 255 or 37.54% from 586); Blue value is 178 (69.92% from 255 or 30.38% from 586); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCB2 is #43234D. Grayscale: #CDCDCD. Windows color (decimal): -4399950 or 11721916. OLE color: 11721916.

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

Color convert

RGB 188 220 178 -
CMYK 0.15 0 0.19 0.14
HSL 105.71º 0.38% 0.78% -
HSV(B) 105.71º 0.19% 0.86% -
XYZ 54.37 65.09 51.82 -
YUV 205.64 112.4 115.42 -
System Red Green Blue C M Y K H S L
Decimal 188 220 178 0.15 0 0.19 0.14 105.71 0.38 0.78
Hex BC DC B2 F 0 13 E 6A 26 4E
Octal 274 334 262 17 0 23 16 152 46 116
Binary 10111100 11011100 10110010 1111 0 10011 1110 1101010 100110 1001110

Color Harmonies of #BCDCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCB2

Black with #BCDCB2

Text Example


Text Example

White with #BCDCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCB2; }

 p { color: rgb(188,220,178); }

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

background-color css

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

 a { background-color: rgb(188,220,178); }

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

border-color css

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

 span { border-color: rgb(188,220,178); }

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