Html Css Color HEX #BCDBAD Madang

📋 copy color: '#BCDBAD'

red 188 ◦ green 219 ◦ blue 173

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

Shades of Madang #BCDBAD

Tints of Madang #BCDBAD

RGB

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

 GREEN value IS 219 (85.94% from 255) = 37.76%

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

R = 32.41%
G = 37.76%
B = 29.83%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#BCDBAD (or 0xBCDBAD) is known color: Madang. HEX triplet: BC, DB and AD. RGB value is (188,219,173). Sum of RGB (Red+Green+Blue) = 188+219+173=580 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.41% from 580); Green value is 219 (85.94% from 255 or 37.76% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 219 - color contains mainly: green. Hex color #BCDBAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDBAD is #432452. Grayscale: #CCCCCC. Windows color (decimal): -4400211 or 11393980. OLE color: 11393980.

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

Color convert

RGB 188 219 173 -
CMYK 0.14 0 0.21 0.14
HSL 100.43º 0.39% 0.77% -
HSV(B) 100.43º 0.21% 0.86% -
XYZ 53.61 64.37 49.13 -
YUV 204.49 110.23 116.24 -
System Red Green Blue C M Y K H S L
Decimal 188 219 173 0.14 0 0.21 0.14 100.43 0.39 0.77
Hex BC DB AD E 0 15 E 64 27 4D
Octal 274 333 255 16 0 25 16 144 47 115
Binary 10111100 11011011 10101101 1110 0 10101 1110 1100100 100111 1001101

Color Harmonies of #BCDBAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDBAD

Black with #BCDBAD

Text Example


Text Example

White with #BCDBAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDBAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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