Html Css Color HEX #BCDCAB Madang

📋 copy color: '#BCDCAB'

red 188 ◦ green 220 ◦ blue 171

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

Shades of Madang #BCDCAB

Tints of Madang #BCDCAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.53%

R = 32.47%
G = 38%
B = 29.53%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#BCDCAB (or 0xBCDCAB) is known color: Madang. HEX triplet: BC, DC and AB. RGB value is (188,220,171). Sum of RGB (Red+Green+Blue) = 188+220+171=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 220 (86.33% from 255 or 38.00% from 579); Blue value is 171 (67.19% from 255 or 29.53% from 579); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCDCAB is #432354. Grayscale: #CDCDCD. Windows color (decimal): -4399957 or 11263164. OLE color: 11263164.

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

Color convert

RGB 188 220 171 -
CMYK 0.15 0 0.22 0.14
HSL 99.18º 0.41% 0.77% -
HSV(B) 99.18º 0.22% 0.86% -
XYZ 53.68 64.82 48.21 -
YUV 204.85 108.9 115.98 -
System Red Green Blue C M Y K H S L
Decimal 188 220 171 0.15 0 0.22 0.14 99.18 0.41 0.77
Hex BC DC AB F 0 16 E 63 29 4D
Octal 274 334 253 17 0 26 16 143 51 115
Binary 10111100 11011100 10101011 1111 0 10110 1110 1100011 101001 1001101

Color Harmonies of #BCDCAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BCDCAB

Black with #BCDCAB

Text Example


Text Example

White with #BCDCAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BCDCAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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