Html Css Color HEX #BCDCB0 Madang

📋 copy color: '#BCDCB0'

red 188 ◦ green 220 ◦ blue 176

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

Shades of Madang #BCDCB0

Tints of Madang #BCDCB0

RGB

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

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

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

R = 32.19%
G = 37.67%
B = 30.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.2

 K value IS 0.14

RGB Variations

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

Color information

#BCDCB0 (or 0xBCDCB0) is known color: Madang. HEX triplet: BC, DC and B0. RGB value is (188,220,176). Sum of RGB (Red+Green+Blue) = 188+220+176=584 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.19% from 584); Green value is 220 (86.33% from 255 or 37.67% from 584); Blue value is 176 (69.14% from 255 or 30.14% from 584); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCB0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCB0 is #43234F. Grayscale: #CDCDCD. Windows color (decimal): -4399952 or 11590844. OLE color: 11590844.

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

Color convert

RGB 188 220 176 -
CMYK 0.15 0 0.2 0.14
HSL 103.64º 0.39% 0.78% -
HSV(B) 103.64º 0.2% 0.86% -
XYZ 54.17 65.01 50.77 -
YUV 205.42 111.4 115.58 -
System Red Green Blue C M Y K H S L
Decimal 188 220 176 0.15 0 0.2 0.14 103.64 0.39 0.78
Hex BC DC B0 F 0 14 E 68 27 4E
Octal 274 334 260 17 0 24 16 150 47 116
Binary 10111100 11011100 10110000 1111 0 10100 1110 1101000 100111 1001110

Color Harmonies of #BCDCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCB0

Black with #BCDCB0

Text Example


Text Example

White with #BCDCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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