Html Css Color HEX #BCDCAD Madang

📋 copy color: '#BCDCAD'

red 188 ◦ green 220 ◦ blue 173

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

Shades of Madang #BCDCAD

Tints of Madang #BCDCAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 29.78%

R = 32.36%
G = 37.87%
B = 29.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#BCDCAD (or 0xBCDCAD) is known color: Madang. HEX triplet: BC, DC and AD. RGB value is (188,220,173). Sum of RGB (Red+Green+Blue) = 188+220+173=581 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.36% from 581); Green value is 220 (86.33% from 255 or 37.87% from 581); Blue value is 173 (67.97% from 255 or 29.78% from 581); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCAD is #432352. Grayscale: #CDCDCD. Windows color (decimal): -4399955 or 11394236. OLE color: 11394236.

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

Color convert

RGB 188 220 173 -
CMYK 0.15 0 0.21 0.14
HSL 100.85º 0.4% 0.77% -
HSV(B) 100.85º 0.21% 0.86% -
XYZ 53.88 64.89 49.22 -
YUV 205.07 109.9 115.82 -
System Red Green Blue C M Y K H S L
Decimal 188 220 173 0.15 0 0.21 0.14 100.85 0.4 0.77
Hex BC DC AD F 0 15 E 65 28 4D
Octal 274 334 255 17 0 25 16 145 50 115
Binary 10111100 11011100 10101101 1111 0 10101 1110 1100101 101000 1001101

Color Harmonies of #BCDCAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCAD

Black with #BCDCAD

Text Example


Text Example

White with #BCDCAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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